Lines Matching refs:perl

1 #!/usr/local/bin/perl
25 # In this section, perl variables will be expanded during extraction.
34 # In the following, perl variables are not expanded during extraction.
128 perl version.
134 Specifying a compatibility version higher than the version of perl you
136 to compatibility with the version of perl you are using to run h2xs.
187 a perl variable of the same name magically tied to the C variable.
218 Create a perl subroutine for the specified macros rather than autoload
324 # prefix "sec_rgy_" is dropped from perl function names
328 # prefix "sec_rgy_" is dropped from perl function names
334 # Make XS without defines in perl.h, but with function declarations
335 # visible from perl.h. Name of the extension is perl1.
336 # When scanning perl.h, define -DEXT=extern -DdEXT= -DINIT(x)=
338 # Note that a directory with perl header files would
340 h2xs -xAn perl1 -F "-DEXT=extern -DdEXT= -DINIT\(x\)=" perl.h
342 # Same with function declaration in proto.h as visible from perl.h.
343 h2xs -xAn perl2 perl.h,proto.h
346 h2xs -M '^av_' -xAn perl2 perl.h,proto.h
349 h2xs -o '^[S]V \*$' -M '^av_' -xAn perl2 perl.h,proto.h
357 I<interface_hairy.h>, and you want the perl module be named as
392 perl Makefile.PL
423 L<perl>, L<perlxstut>, L<ExtUtils::MakeMaker>, and L<AutoLoader>.
526 -b, --compat-version Specify a perl version to be backwards compatibile with
658 Defaulting to backwards compatibility with perl %d.%d.%d
659 If you intend this module to be compatible with earlier perl versions, please
660 specify a minimum perl version with the -b option.
735 perl -MCPAN -e "install C::Scan"
743 perl -MCPAN -e "install C::Scan"
751 perl -MCPAN -e "install C::Scan"
1366 #include "perl.h"
1441 # We write the "sample" files used when this module is built by perl without
2036 perl Makefile.PL
2068 # `make test'. After `make install' it should work as `perl $modpname.t'