- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 1,301 for label:perl (0.06 sec)
-
functions.txt
=pod I<Full documentation of builtin functions: L<perlfunc>> =head2 Perl Functions by Category X<function> Here are Perl's functions (including things that look like functions, like some keywords a...perldoc.perl.org/functions.txtRegistered: Wed Oct 15 18:47:17 UTC 2025 - 26.2K bytes - Viewed (0) -
perldoc.txt
=head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...perldoc.perl.org/perldoc.txtRegistered: Wed Oct 15 18:37:19 UTC 2025 - 9.2K bytes - Viewed (0) -
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.43'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Thu Oct 16 03:53:25 UTC 2025 - 37.1K bytes - Viewed (0) -
DynaLoader.txt
# Generated from DynaLoader_pm.PL, this file is unique for every OS use strict; package DynaLoader; # And Gandalf said: 'Many folk like to know beforehand what is to # be set on the table; but thos...perldoc.perl.org/DynaLoader.txtRegistered: Thu Oct 16 03:19:57 UTC 2025 - 25.4K bytes - Viewed (0) -
Devel::Peek.txt
# Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.36'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...perldoc.perl.org/Devel::Peek.txtRegistered: Thu Oct 16 03:12:25 UTC 2025 - 17.6K bytes - Viewed (0) -
SelfLoader.txt
package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Thu Oct 16 04:57:58 UTC 2025 - 17.1K bytes - Viewed (0) -
IPC::Open3.txt
package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.24'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Thu Oct 16 04:07:54 UTC 2025 - 15.5K bytes - Viewed (0) -
ExtUtils::CBuilder.txt
package ExtUtils::CBuilder; use File::Spec (); use File::Path (); use File::Basename (); use Perl::OSType qw/os_type/; use warnings; use strict; our $VERSION = '0.280242'; # VERSION our @ISA; # We ...perldoc.perl.org/ExtUtils::CBuilder.txtRegistered: Thu Oct 16 05:06:12 UTC 2025 - 8.7K bytes - Viewed (0) -
fields.txt
use 5.008; package fields; use strict; no strict 'refs'; unless( eval {require warnings::register; warnings::register->import; 1} ) { *warnings::warnif = sub { require Carp; Carp::carp(@_); } } our...perldoc.perl.org/fields.txtRegistered: Thu Oct 16 03:34:04 UTC 2025 - 9.2K bytes - Viewed (0) -
parent.txt
package parent; use strict; our $VERSION = '0.244'; sub import { my $class = shift; my $inheritor = caller(0); if ( @_ and $_[0] eq '-norequire' ) { shift @_; } else { for ( my @filename = @_ ) { l...perldoc.perl.org/parent.txtRegistered: Thu Oct 16 02:49:50 UTC 2025 - 2.7K bytes - Viewed (0)