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

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm194 "--podroot=/usr/src/perl",
195 "--htmlroot=/perl/nmanual",
199 "--outfile=/perl/nmanual/foo.html");
207 Tom Christiansen, E<lt>tchrist@perl.comE<gt>.
1294 # try and create links for all occurrences of perl.* within
1297 (\s*)(perl\w+)
1439 ## # perl variables, should be a C<> ref
H A DPerldoc.pm115 "Perldoc v$VERSION, under perl v$] for $^O",
271 is the name of a perl function. Will extract documentation from
849 "No documentation for perl function `%s' found\n",
893 die("No documentation for perl FAQ keyword `$search_key' found\n")
1351 # Under cygwin the /usr/bin/perl is legal executable, but
1353 # out as "/usr/bin/perl.exe".
1357 # $ perldoc perl
1358 # Cannot open /usr/bin/perl: no such file or directory
1362 # $ perldoc perl.pod
1666 # is embedded in the perl installatio
[all...]
H A DText.pm838 Pod::Text by Tom Christiansen <tchrist@mox.perl.com> and its conversion to
H A DUsage.pm389 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
H A DSelect.pm748 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
H A DChecker.pm468 'not' => '�', # not is a keyword in perl
487 'times' => '�', # times is a keyword in perl
1263 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
H A DLaTeX.pm876 %% Using the perl module $class
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c0 /* perl.c
17 * Be proud that perl(1) may proclaim:
21 * The flow was: perl starts, notices script is suid, execs suidperl with same
23 * right UID, execs perl with similar arguments but with script pre-opened on
24 * /dev/fd/xxx; perl checks script is as should be and does work. This was
27 * The "correct" flow should be: perl starts, opens script and notices it is
31 * perl with same arguments; perl checks many things and does work.
33 * (Opening the script in perl instead of suidperl, we "lose" scripts that
37 * For now, suidperl and perl ar
3055 char *perl; local
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/i386/
H A DConfig.pm2 # made to this file will be lost the next time perl is built.
46 ## Configured by : perl-bugs
169 cf_by='perl-bugs'
170 cf_email='perl-bugs@sun.com'
896 perl5='/bin/perl'
897 perl=''
899 perladmin='perl-bugs@sun.com'
901 perlpath='/usr/perl5/5.8.4/bin/perl'
1001 startperl='#!/usr/perl5/5.8.4/bin/perl'
1138 # value is supposed to follow shell rules and not perl rule
[all...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/config/5.8.4/5.11/sparc/
H A DConfig.pm2 # made to this file will be lost the next time perl is built.
46 ## Configured by : perl-bugs
169 cf_by='perl-bugs'
170 cf_email='perl-bugs@sun.com'
896 perl5='/bin/perl'
897 perl=''
899 perladmin='perl-bugs@sun.com'
901 perlpath='/usr/perl5/5.8.4/bin/perl'
1001 startperl='#!/usr/perl5/5.8.4/bin/perl'
1138 # value is supposed to follow shell rules and not perl rule
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.c69 #include <perl.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Ddowngrade.t1 #!./perl -w
38 %R_HASH = (perl => 'rules');
63 $UTF8_CROAK = "/^Cannot retrieve UTF8 data in non-UTF8 perl/";
127 eval {$hash->{use} = 'perl'};
141 eval {$hash->{use} = 'perl'};
238 fail ("You can't get here [perl version $]]. This is a bug in the test.
239 # Please send the output of perl -V to perlbug\@perl.org");
253 fail ("You can't get here [perl version $]]. This is a bug in the test.
254 # Please send the output of perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm299 1.20 Patch from Ilmari Karonen (perl@itz.pp.sci.fi): Added
550 &$CUSTOM_MSG($msg); # nicer to perl 5.003 users
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDBM_Filter.pm530 terminated. This is useful when you have a perl script that needs
H A DExporter.pm197 This causes perl to load your module but does not import any symbols.
418 subroutine is not (it hasn't been C<AUTOLOAD>ed yet). perl needs to
H A Dattributes.pm333 perl. These examples are primarily useful to see how the "appropriate
H A DBenchmark.pm374 Short tests may produce negative figures because perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm103 # perl 5.005 and earlier don't autovivify filehandles
448 $pos = $oldsize; # This is what perl does for normal arrays
2515 A list is available at C<http://perl.plover.com/TieFile/why-not-DB_File>.
2521 To contact the author, send email to: C<mjd-perl-tiefile+@plover.com>
2525 C<mjd-perl-tiefile-subscribe@plover.com>.
2530 http://perl.plover.com/TieFile/
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs92 * Solaris #defines SP, which conflicts with the perl definition of SP
99 #include "perl.h"
172 * corresponding perl hash. All such conversion functions are in the following
609 * structure to find the appropriate function. We use a perl hash to manage the
683 * This module converts the flat list returned by kstat_read() into a perl hash
939 * such a list into the equivalent perl datatypes, and stores them in the passed
1053 * Read kstats and copy into the supplied perl hash structure. If refresh is
1114 * The XS code exported to perl is below here. Note that the XS preprocessor
1230 # Update the perl hash structure so that it is in line with the kernel kstats
1377 * still live at the same place in the perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm176 # Check miniperl before perl, and check names likely to contain
197 print "Looking for perl $ver by these names:\n";
246 print STDOUT "Unable to find a perl $ver (by these names: @$names, in these dirs: @$dirs)\n";
1593 $(OBJECT) : $(PERL_INC)perl.h, $(PERL_INC)perlio.h
1918 If you're going to build a static perl binary, make sure perl is installed
1925 # Fill in the target you want to produce if it\'s not perl
2130 perl trips up on "<foo>" thinking it's an input redirect. So we use the
H A Dxsubpp101 perl(1), perlxs(1), perlxstut(1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm613 a bug in perl 5.8 will refuse to parse it and cause an unknown error.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm778 C<http://www.perl.com/CPAN/modules/by-module/Locale/>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm121 # this kludge is needed for perl prior 5.6.0 since returning 0 here fails :-/
3712 perl -MMath::BigInt=:constant -e 'print 2**100,"\n"'
3715 constants the expression 2**100 will be calculated as perl scalar.
3785 For more benchmark results see L<http://bloodgate.com/perl/benchmarks.html>.
3869 perl -Mbignum -le 'print 2 ** 255'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm402 During the development of perl 5.8 this bug was fixed.

Completed in 99 milliseconds

1234567891011