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

1234567891011

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DTerse.pm72 perl -MO=Terse[,OPTIONS] foo.pl
H A DLint.pm11 perl -MO=Lint[,OPTIONS] foo.pl
16 option of B<perl>. It is named after the program B<lint> which carries
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm53 # There used to be a perl implemntation of (en|de)code but with
54 # XS version is ripe, perl version is zapped for optimal speed
78 for UTF-8, which is a native format in perl).
228 perl does not prohibit the use of characters within this range. To perl,
231 (*) or \x{ffff_ffff_ffff_ffff} if your perl is compiled with 64-bit
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv1 #!./perl
120 piconv -- iconv(1), reinvented in perl
134 B<piconv> is perl version of B<iconv>, a character encoding converter
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/
H A DUTF7.pm100 to non-utf8-savvy perl did support UTF-7, the UTF-7 support was added
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
H A Dinterwork56.t1 #!./perl -w
54 # perl makes easy things easy, and hard things possible:
83 # If you have Storable 1.x built with perl 5.6.x on this platform, please
106 qr/^This file was written with [0-9.]+ on perl [0-9.]+\z/,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Win95.pm218 Send patches and ideas to <F<makemaker@perl.org>>.
H A DInstalled.pm284 This returns a list of the names of all the installed modules. The perl 'core'
290 all the filenames from the package. To obtain a list of core perl files, use
H A DMM_Win32.pm398 Checks for the perl program under several common perl extensions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm0 #!perl -w
438 > perl -MFile::DosGlob=glob -e "print <../pe*/*p?>"
452 literally, due to double-quotish parsing of the pattern by perl.
491 perl's quoting rules, things may get a bit complicated, when you want to
564 perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm347 Mark-Jason Dominus (mjd-perl-memoize+@plover.com)
354 perl(1)
358 http://www.plover.com/~mjd/perl/Memoize/ (for news and updates)
363 mjd-perl-memoize-request@Plover.com.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL1 #!/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.
159 Tom Christiansen, E<lt>tchrist@perl.comE<gt>.
H A Dpodselect.PL1 #!/usr/local/bin/perl
25 # In this section, perl variables will be expanded during extraction.
30 eval 'exec perl -S \$0 "\$@"'
34 # In the following, perl variables are not expanded during extraction.
106 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
H A Dpod2usage.PL1 #!/usr/local/bin/perl
25 # In this section, perl variables will be expanded during extraction.
30 eval 'exec perl -S \$0 "\$@"'
34 # In the following, perl variables are not expanded during extraction.
133 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
H A Dpodchecker.PL1 #!/usr/local/bin/perl
27 # In this section, perl variables will be expanded during extraction.
32 eval 'exec perl -S \$0 "\$@"'
36 # In the following, perl variables are not expanded during extraction.
121 Tom Christiansen E<lt>tchrist@mox.perl.comE<gt>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/io/
H A Dfs.t1 #!./perl
242 # created by perl?). Hopefully there is an ls utility in your
249 unless `ls -l perl 2>nul` =~ /^l.*->/;
256 $foo = `grep perl c 2>&1`;
257 ok($foo, "found perl in c");
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs35 * On i386 Solaris defines SP, which conflicts with the perl definition of SP
42 #include "perl.h"
54 * Push all values from input array onto the perl return stack.
76 * symbol in the library and perl wrapper returns empty list and sets errno to
135 * Most functions in liblgrp return -1 on failure. The perl equivalent returns
144 * The XS code exported to perl is below here. Note that the XS preprocessor
155 # defined using this mechanism are eligible for inlining by the perl
289 # directive to avoid implicit RETVAL assignments and manipulate perl
296 # the perl stack.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm246 #!perl -T
267 used to set perl command line options used for running the test
1048 B<NOTE> This currently only works when sitting in the perl source
1091 a threading perl, or a different version.
1093 If you're using the F<prove> utility, you can use the C<--perl> switch.
1097 Its value will be prepended to the switches used to invoke perl on
1114 $ perl -Mblib -e 'use Test::Harness qw(&runtests $verbose);
1135 with perl distributions for ages. Numerous anonymous contributors
1146 See L<http://www.perl.com/perl/mis
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm324 reader knows a fair amount about perl's internals including such
367 way to get an initial "handle" on an internal perl data structure
396 Only when perl was compiled with ithreads.
475 internal hash function used by perl on string STR.
479 Casts I to the internal I32 type used by that perl.
504 In a perl compiled for threads, this returns a list of the special
1009 Only when perl was compiled with ithreads.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm4 # convert perl data structures into perl syntax suitable for both printing
657 Data::Dumper - stringified perl data structures, suitable for both printing and C<eval>
687 perl syntax. The references can also be objects. The contents of each
740 values. Cross-references (in the form of names of substructures in perl
825 valid perl. Style 1 outputs a readable form with newlines but no fancy
838 supplied reference structures. Setting it to 1 will output additional perl
886 only perl data types after the method has been called. Defaults to an empty
984 turned into perl source code. If set to a true value, C<B::Deparse>
1188 Someday, perl wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelfLoader.pm154 The C<__DATA__> token tells the perl compiler that the perl code
161 The C<__DATA__> token is not recognized in versions of perl prior to
177 token I<after> perl code which needs to be compiled and
223 and the C<__END__> token to C<__DATA__>. You will need perl version 5.001m
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm55 # utf8->SWASHNEW (via perl's utf8.c). That will fail unless we share the
57 # Sadly we can't just add utf8::SWASHNEW to $default_share because perl's
67 # (Swashes are cached internally by perl in PL_utf8_* variables
472 in which perl code can be evaluated. Each compartment has
490 used %_, the _ filehandle and so on). This is because otherwise perl
497 perl code is compiled into an internal format before execution.
498 Evaluating perl code (e.g. via "eval" or "do 'file'") causes
639 This evaluates STRING as perl code inside the compartment.
738 -Dusethreads". See L<http://rt.perl.org/rt3//Public/Bug/Display.html?id=60374>
797 Currently maintained by the Perl 5 Porters, <perl5-porters@perl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dstat.t1 #!./perl
366 like($_, qr/perl/, 'after readline');
373 like($_, qr/perl/, 'reopened and after readline');
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs19 #include "perl.h"
23 * Convert and save a struct project on the perl XS return stack.
79 * The XS code exported to perl is below here. Note that the XS preprocessor
82 * the local and global views of the perl stack before calling pushret_project,
83 * as the code generated by the perl XS compiler twiddles with the stack on
93 # defined using this mechanism are eligible for inlining by the perl
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DMakefile.PL175 #include "perl.h"
207 #include "perl.h"
397 'INSTALLDIRS' => 'perl',
470 from scratch (re-run perl "Makefile.PL").

Completed in 78 milliseconds

1234567891011