Searched refs:Perl (Results 101 - 125 of 608) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DNox.pm45 modify it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/t/
H A Dglob-to-regexp.t36 {Perl,Rules} (?:Perl|Rules)
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dopen.t25 my $Perl = which_perl();
94 $Perl -e "print qq(a row\\n); print qq(another row\\n)"
104 $Perl -pe "s/^not //"
200 $Perl -e "print qq(a row\\n); print qq(another row\\n)"
211 $Perl -pe "s/^not //"
235 ok( open(F, qq{$Perl -le "print 'ok'"|}), 'open to pipe' );
242 ok( open(F, "-|", qq{$Perl -le "print 'ok'"}), 'open -|');
349 # [perl #28986] "open m" crashes Perl
379 sub FETCH { "$Perl -e 1"}
/openbsd-current/gnu/usr.bin/perl/ext/B/
H A DO.pm68 O - Generic interface to Perl Compiler backends
76 This is the module that is used as a frontend to the Perl Compiler.
108 the Perl code
117 CALLBACK. Thus the main Perl program mentioned on the command-line is
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DRealPPPort_xs.PL12 # modify it under the same terms as Perl itself.
86 * Perl/Pollution/Portability
95 * modify it under the same terms as Perl itself.
H A DPPPort_pm.PL16 # modify it under the same terms as Perl itself.
531 # Perl/Pollution/Portability
541 # modify it under the same terms as Perl itself.
547 Devel::PPPort - Perl/Pollution/Portability
568 Perl's API has changed over time, gaining new features, new functions,
571 typically F<ppport.h>, attempts to bring some of the newer Perl API
572 features to older versions of Perl, so that you can worry less about
578 that allow XS modules to be built using older versions of Perl. Currently,
579 Perl versions from __MIN_PERL__ to __MAX_PERL__ are supported.
589 with the widest range of Perl interpreter
[all...]
/openbsd-current/regress/sys/kern/sosplice/loop/
H A DMakefile20 @echo Install these Perl modules for additional tests.
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dsubs.pm10 subs - Perl pragma to predeclare subroutine names
/openbsd-current/gnu/usr.bin/perl/dist/if/
H A Dif.pm28 if - C<use> a Perl module if a condition holds
73 Perl-5.22. This warning flags certain instances of superfluous arguments to
103 modules to load based on the version of Perl that is running.
114 the same terms as the Perl 5 programming language system itself.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Hub/Interceptor/
H A DTerminator.pm47 modify it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/PP/
H A DBoolean.pm40 it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DHub.pm62 modify it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigint.pm231 # the following two routines are for Perl 5.9.4 or later and are lexical
407 bigint - transparent big integer support for Perl
417 print hex("0x1234567890123490"); # Perl v5.10.0 or later
421 print 2 ** 256; # a normal Perl scalar now
470 overloading of '..' is not yet possible in Perl (as of v5.8.0):
478 Whereas C<use integer> is limited to what can be handled as a Perl scalar, C<use
555 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
562 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
645 A shortcut to return Math::BigInt->binf(). Useful because Perl does not always
650 A shortcut to return Math::BigInt->bnan(). Useful because Perl doe
[all...]
H A Dbigrat.pm210 # the following two routines are for Perl 5.9.4 or later and are lexical
397 bigrat - transparent big rational number support for Perl
407 print hex("0x1234567890123490"); # Perl v5.10.0 or later
455 overloading of '..' is not yet possible in Perl (as of v5.8.0):
502 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
509 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
592 A shortcut to return Math::BigRat->binf(). Useful because Perl does not always
597 A shortcut to return Math::BigRat->bnan(). Useful because Perl does not always
661 This method only works on Perl v5.9.4 or later.
671 Perl (an
[all...]
H A Dbigfloat.pm220 # the following two routines are for Perl 5.9.4 or later and are lexical
413 bigfloat - transparent big floating point number support for Perl
423 print hex("0x1234567890123490"); # Perl v5.10.0 or later
427 print 2 ** 256; # a normal Perl scalar now
471 overloading of '..' is not yet possible in Perl (as of v5.8.0):
518 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
525 This overrides it by exporting it to the current package. Under Perl v5.10.0 and
608 A shortcut to return Math::BigFloat->binf(). Useful because Perl does not always
613 A shortcut to return Math::BigFloat->bnan(). Useful because Perl does not always
691 This method only works on Perl v
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Tester/
H A DCaptureRunner.pm75 Under the same license as Perl itself
/openbsd-current/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.pm36 C<ODBM_File> establishes a connection between a Perl hash variable and
38 just as if it were in a Perl hash, but when your program exits, the
42 Use C<ODBM_File> with the Perl built-in C<tie> function to establish
54 The string C<"ODBM_File">. (Ths tells Perl to use the C<ODBM_File>
/openbsd-current/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.pm39 C<NDBM_File> establishes a connection between a Perl hash variable and
41 just as if it were in a Perl hash, but when your program exits, the
45 Use C<NDBM_File> with the Perl built-in C<tie> function to establish
57 The string C<"NDBM_File">. (Ths tells Perl to use the C<NDBM_File>
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Util/
H A DTrace.pm54 modify it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dpwent.pm113 # a field that Perl never knows how to provide under any circumstances.
187 User::pwent - by-name interface to Perl's built-in getpw*() functions
246 Perl believes that no machine ever has more than one of C<change>,
253 You may ask whether one of these was implemented on the system Perl
257 an exception if you asked about a field that Perl never knows how
271 assumed to be F</bin/sh>. Perl does not do this for you. The
275 systems, Perl automatically returns the shadow password entry when
298 than normal Perl function provides. Added pw_has() field. Improved
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A Dautodie.pm20 probably the version that came with your version of Perl. However
117 these exceptions under Perl 5.10 is as follows:
236 C<autodie> can be enabled for all of Perl's built-ins, including
309 cannot completely be represented with a Perl prototype. This means
310 that some valid Perl code will be invalid under autodie. As an example:
367 Due to a bug in Perl, C<autodie> may "lose" any format which has the
379 Under Perl 5.8 only, C<autodie> I<does not> propagate into string C<eval>
383 Under Perl 5.10 only, using a string eval when C<autodie> is in
414 same terms as Perl itself.
420 I<Perl tip
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm6 use Perl::OSType qw/os_type/;
44 ExtUtils::CBuilder - Compile and link C code for Perl modules
56 This module can build the C portions of Perl modules by invoking the
154 Specifies the name of the Perl module that will be created by linking.
272 ExtUtils::CBuilder is maintained as part of the Perl 5 core. Please
273 submit any bug reports via the F<perlbug> tool included with Perl 5.
274 Bug reports will be included in the Perl 5 ticket system at
277 The Perl 5 source code is available at L<https://perl5.git.perl.org/perl.git>
285 Additional contributions by The Perl 5 Porters.
292 modify it under the same terms as Perl itsel
[all...]
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl86 # https://github.com/Perl/version.pm claims CPAN is upstream
335 # In this file, we use the latter "Baby Perl" approach, and increment
342 my $Perl; # Safer version of $^X set by which_perl()
800 $runperl = qq{$Perl -e "print qq(} .
807 my $stdin = qq{$Perl -e 'print qq(} . $args{stdin} . qq{)' > teststdin; };
817 $runperl = qq{$Perl -e 'print qq(} .
887 unless (defined $Perl) {
888 $Perl = $^X;
891 return $Perl if $^O eq 'VMS';
906 if ($Perl
[all...]
/openbsd-current/gnu/usr.bin/perl/t/
H A Dtest.pl19 # In this file, we use the latter "Baby Perl" approach, and increment
27 my $Perl; # Safer version of $^X set by which_perl()
732 $runperl = qq{$Perl -e "print qq(} .
736 $runperl = qq{$Perl -e 'print qq(} .
922 unless (defined $Perl) {
923 $Perl = $^X;
926 return $Perl if $is_vms;
941 if ($Perl =~ /^perl\Q$exe\E$/i) {
945 $Perl = "./$perl";
947 $Perl
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm12 # Verify this Perl supports threads
15 die("This Perl not built to support threads\n");
133 threads - Perl interpreter-based threads
141 The "interpreter-based threads" provided by Perl are not the fast, lightweight
234 Since Perl 5.8, thread programming has been available using a model called
235 I<interpreter threads> which provides a new Perl interpreter for each
239 (Prior to Perl 5.8, I<5005threads> was available through the C<Thread.pm> API.
240 This threading model has been deprecated, and was removed as of Perl 5.10.0.)
444 This method is of no use for general Perl threads programming. Its intent is
446 possibly manipulate, the underlying thread structure associated with a Perl
[all...]

Completed in 307 milliseconds

1234567891011>>