代码搜索:FAQ
找到约 5,223 项符合「FAQ」的源代码
代码结果 5,223
www.eeworm.com/read/358128/3001505
pod perlfaq1.pod
=head1 NAME
perlfaq1 - General Questions About Perl ($Revision: 10427 $)
=head1 DESCRIPTION
This section of the FAQ answers very general, high-level questions
about Perl.
=head2 What is Perl?
Per
www.eeworm.com/read/162614/5533121
makefile
SUBDIRS := announce downloads docs faq events cp-tools
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))
www.eeworm.com/read/162519/5542653
makefile
SUBDIRS := announce downloads docs faq events cp-tools
ifndef WMK
export WMK=wmk
endif
ifndef WML
export WML=wml
endif
WML_SRC = $(wildcard *.wml)
WML_OBJS = $(patsubst %.wml,%.html,$(WML_SRC))