Searched refs:Perl (Results 126 - 150 of 608) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/
H A DThread.pm13 die("This Perl not built to support threads\n");
38 Thread - Manipulate threads in Perl (for old code only)
60 In Perl 5.005, the thread model was that all data is implicitly shared, and
64 In Perl 5.6, a new model was introduced in which all is was thread local and
68 In Perl 5.6, the I<ithreads> model was not available as a public API; only as
72 In Perl 5.8, the I<ithreads> model became available through the C<threads>
75 In Perl 5.10, the I<5005threads> model was removed from the Perl interpreter.
106 The C<Thread> module provides multithreading support for Perl.
136 While managing access to variables is a good thing, Perl does
[all...]
H A Doverload.pm185 overload - Package for overloading Perl operations
207 This pragma allows overloading of Perl's operators for a class.
265 operands have been swapped. Perl may do this to ensure that the
276 Perl may also use C<minus()> to implement other operators which
294 Perl passes undef as the third argument.
301 Perl takes care of the assignment to $x.
343 Perl resolves this dilemma by transparently calling a copy
346 In the above example, when Perl reaches the decrement
356 Perl autogenerates the copy constructor for an object based
406 Assuming they are to behave analogously to Perl'
[all...]
H A Dlocale.pm13 locale - Perl pragma to use or avoid POSIX locales for built-in operations
44 See L<perllocale> for more detailed information on how Perl supports
H A DAnyDBM_File.pm33 prefers ndbm for compatibility reasons with Perl 4, then Berkeley DB (See
34 L<DB_File>), GDBM, SDBM (which is always there--it comes with Perl), and
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm22 The PerlIO::via module allows you to develop PerlIO layers in Perl, without
24 to Perl.
26 One example module, L<PerlIO::via::QuotedPrint>, is included with Perl
45 To create a Perl module that implements a PerlIO layer in Perl (as opposed to
46 in C using XS as the interface to Perl), you need to supply some of the
47 following subroutines. It is recommended to create these Perl modules in the
51 Please note that this is an area of recent development in Perl and that the
189 implemented in Perl. To give you an idea how simple the implementation of
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/
H A Dsoak4 # soak -- Test Perl modules with multiple Perl releases.
15 # modify it under the same terms as Perl itself.
54 print "Sorry, got no Perl binaries for testing.\n\n";
136 # find versions of Perl that are available
150 print "Searching for Perl binaries...\n";
181 print "Searching for Perl binaries in '$arg'...\n";
189 printf "Found %d Perl binar%s in '%s'.\n\n", cs(@found, 'y', 'ies'), $arg;
502 soak - Test Perl modules with multiple Perl release
[all...]
/openbsd-current/gnu/usr.bin/perl/pod/
H A Dbuildtoc52 This page provides a brief table of contents for the rest of the Perl
215 # Remove svn keyword expansions from the Perl FAQ
287 This program generates a table of contents for the documentation included in the Perl core distribution. This table of contents takes two forms:
293 A file in Perl's Plain Old Documentation (POD) format found in the F<pod/> directory in the core distribution. Once Perl is installed, this file becomes accessible system-wide via C<perldoc perltoc>.
297 A shell script originally written by Tom Christiansen and Raphael Manfredi, also found in the F<pod/> directory, which can be used to translate Perl documentation into F<man> pages.
315 This program was introduced into the Perl 5 core distribution by Andy Dougherty, based on earlier work by Tom Christiansen. It is maintained by the Perl 5 Porters.
H A Dperlmodlib.PL34 from => 'the Perl source files'}, 1);
115 push @mod, "=item Config\n\nAccess Perl configuration information\n\n";
122 # Perl code for Pod. eg https://metacpan.org/pod/perlmodlib
127 perlmodlib - constructing new Perl modules and finding existing ones
131 Many modules are included in the Perl distribution. These are described
212 program, you can use the Perl B<find2perl> program instead, which
213 generates Perl code as output you can run through perl. If you
225 Extension modules are written in C (or a mix of Perl and C). They
226 are usually dynamically loaded into Perl if and when you need them,
233 platforms on which Perl wa
[all...]
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A DDynaLoader_pm.PL178 # The below \@dl_library_path has been expanded (%Config) in Perl build time.
248 # in Perl build time.
330 # Can dynaload, but cannot dynaload Perl modules...
331 die 'Dynaloaded Perl modules are not available in this build of Perl' if $OS2::is_static;
398 # C code of the extension XS file. Perl reports the error as being
535 # this Perl version should be excluded at build time.
567 DynaLoader - Dynamically load C libraries into Perl code
584 to implement automatic dynamic loading of Perl modules.
598 useless for accessing non-Perl librarie
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/constant/lib/
H A Dconstant.pm117 warnings::warn("Constant name '$name' is a Perl keyword");
208 constant - Perl pragma to declare constants
246 When a constant is used in an expression, Perl replaces it with its
335 Perl. The error messages produced when this happens will often be
366 inlinable subroutines. As of version 5.004 of Perl, the appropriate
389 List constants are not inlined unless you are using Perl v5.20 or higher.
419 L<Scalar::Readonly> - Perl extension to the C<SvREADONLY> scalar flag
439 This program is maintained by the Perl 5 Porters.
448 under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Drunperl.pl54 Perl is invoked with the -x flag, so the script must contain
59 Perl is invoked with the -S flag, so it will search the PATH to find
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dunimplemented.t62 [rand => 'non-portable, use Perl\'s rand instead'],
70 [srand => 'not supplied; refer to Perl\'s srand documentation'],
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/
H A DUnveil.pm34 OpenBSD::Unveil - Perl interface to OpenBSD unveil(2)
61 Perl interface to L<unveil(2)>.
/openbsd-current/gnu/usr.bin/perl/cpan/Math-BigInt/t/Math/BigInt/
H A DScalar.pm283 Math::BigInt::Scalar - Pure Perl module to test Math::BigInt with scalars
298 the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmkapidoc.pl5 # mkapidoc.pl -- generate apidoc.fnc from scanning the Perl source
20 # modify it under the same terms as Perl itself.
252 : all over the Perl source code. To learn more about how all this works,
258 : This file lists all API functions/macros that are documented in the Perl
/openbsd-current/gnu/usr.bin/perl/ext/XS-Typemap/
H A DTypemap.pm29 the entire purpose is for testing Perl. Namespace pollution will be limited
100 terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/parent/lib/
H A Dparent.pm121 Based on the idea of C<base.pm>, which was introduced with Perl 5.004_04.
125 This module is released under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.pm59 # Do these here to verify that XS code and Perl code get called at the same
149 Determine whether a C<long double> is supported by Perl. This should
254 This construct is a Perl expression. I<EXPRESSION> must be an RPN
256 evaluated, and its value is returned as the value of the Perl expression.
260 This construct is a complete Perl statement. (No semicolon should
261 follow the closing brace.) I<VARIABLE> must be a Perl scalar C<my>
285 An alphanumeric name preceded by dollar sign refers to a Perl scalar
288 to an integer, by Perl's usual mechanisms, at the time it is evaluated.
344 it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DCygwin.pm156 Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved.
159 it under the same terms as Perl itself.
H A DFunctions.pm117 Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.
120 it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dnewtests-perldelta.pl15 Output the added tests between the two last released versions of Perl
H A Dnew-perldelta.pl91 $pod_master =~ s{^(\s*perl5)($was_major$was_minor)(delta\s+Perl changes in version )(5\.\d+\.\d+)(.*)}
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dfields.pm143 die "Pseudo-hashes have been removed from Perl" if $] >= 5.009;
249 B<Only valid for Perl 5.8.x and earlier:> Field names that start with an
253 Also, B<in Perl 5.8.x and earlier>, this pragma uses pseudo-hashes, the
283 B<This function only works in Perl 5.8.x and earlier.> Pseudo-hashes
284 were removed from Perl as of 5.10. Consider using restricted hashes or
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DDiag.pm95 modify it under the same terms as Perl itself.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/Tester/
H A DColor.pm39 and/or modify it under the same terms as Perl itself.

Completed in 364 milliseconds

1234567891011>>