Searched refs:perl (Results 251 - 257 of 257) sorted by relevance

<<11

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL1 #!/usr/bin/perl
46 # In this section, perl variables will be expanded during extraction.
63 # In the following, perl variables are not expanded during extraction.
2005 perl(1), re_format(7)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs13 #include <perl.h>
55 * Earlier versions of perl might be used, we can't assume they have the latest!
86 #ifndef NVef /* The following were not part of perl 5.6 */
163 #define SX_CODE C(26) /* Code references as perl source code */
263 /* 5.6 perl has utf8 scalars but not hashes */
267 #define STORE_UTF8STR(pv, len) CROAK(("panic: storing UTF8 in non-UTF8 perl"))
270 #define UTF8_CROAK() CROAK(("Cannot retrieve UTF8 data in non-UTF8 perl"))
287 * perl to remap such common words. -- RAM, 29/09/00
695 * Before 0.6, the magic string was "perl-store" (binary version number 0).
710 static const char old_magicstr[] = "perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2760 perl -MMath::BigFloat=:constant -e 'print 2E-100,"\n"'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm1772 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm177 overload - Package for overloading perl operations
H A DCGI.pm1498 # Don't use \s because of perl bug 21951
1580 # Don't use \s because of perl bug 21951
1876 $comment = '#' if $type=~/perl|tcl/i;
3145 # is easily translated into a perl pattern match
4236 # : it's never called. Found under DOS/Win with the DJGPP perl port.
4384 #!/usr/local/bin/perl -w
4402 #!/usr/local/bin/perl
7472 If you are running the script from the command line or in the perl
7760 #!/usr/local/bin/perl
8059 #!/usr/local/bin/perl
[all...]
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure341 # Use braces instead of parens because sh, perl, etc. also accept them.
1917 # Extract the first word of "perl", so it can be a program name with args.
1918 set dummy perl; ac_word=$2
1957 { { echo "$as_me:$LINENO: error: perl not found" >&5
1958 echo "$as_me: error: perl not found" >&2;}

Completed in 234 milliseconds

<<11