- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2801 - 2810 of 3,197 for filetype:txt (0.07 sec)
-
@ISA.txt
=over =item @ISA X<@ISA> Each package contains a special array called C<@ISA> which contains a list of that class's parent classes, if any. This array is simply a list of scalars, each of which is ...perldoc.perl.org/variables/@ISA.txtRegistered: Tue Nov 19 04:20:42 UTC 2024 - 562 bytes - Viewed (0) -
$^F.txt
=over =item $SYSTEM_FD_MAX =item $^F X<$^F> X<$SYSTEM_FD_MAX> The maximum system file descriptor, ordinarily 2. System file descriptors are passed to C<exec()>ed processes, while higher file descri...perldoc.perl.org/variables/$^F.txtRegistered: Tue Nov 19 01:55:50 UTC 2024 - 574 bytes - Viewed (0) -
$&.txt
=over =item $MATCH =item $& X<$&> X<$MATCH> The string matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>.) See L</Performance issues> above for the serious per...perldoc.perl.org/variables/$&.txtRegistered: Tue Nov 19 04:27:41 UTC 2024 - 382 bytes - Viewed (0) -
$^R.txt
=over =item $LAST_REGEXP_CODE_RESULT =item $^R X<$^R> X<$LAST_REGEXP_CODE_RESULT> The result of evaluation of the last successful C<(?{ code })> regular expression assertion (see L<perlre>). This v...perldoc.perl.org/variables/$^R.txtRegistered: Tue Nov 19 01:08:40 UTC 2024 - 343 bytes - Viewed (0) -
CPAN::FirstTime.txt
# -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...perldoc.perl.org/CPAN::FirstTime.txtRegistered: Fri Nov 15 13:19:26 UTC 2024 - 73K bytes - Viewed (0) -
Config::Perl::V.txt
package Config::Perl::V; use strict; use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); $VERSION = "0.36"; @ISA = qw( Exporter ); @EXPORT_OK = qw( plv2hash ...perldoc.perl.org/Config::Perl::V.txtRegistered: Sat Nov 16 11:56:47 UTC 2024 - 15.2K bytes - Viewed (0) -
ExtUtils::MakeMaker::Locale.txt
package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...perldoc.perl.org/ExtUtils::MakeMaker::Locale.txtRegistered: Sat Nov 16 06:53:26 UTC 2024 - 13K bytes - Viewed (0) -
Compress::Raw::Bzip2.txt
package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.212'; $XS_VER...perldoc.perl.org/Compress::Raw::Bzip2.txtRegistered: Sat Nov 16 08:36:21 UTC 2024 - 10.7K bytes - Viewed (0) -
Encode::JP::H2Z.txt
# # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...perldoc.perl.org/Encode::JP::H2Z.txtRegistered: Sat Nov 16 10:36:22 UTC 2024 - 5K bytes - Viewed (0) -
ExtUtils::MM.txt
package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...perldoc.perl.org/ExtUtils::MM.txtRegistered: Sat Nov 16 07:51:00 UTC 2024 - 2.1K bytes - Viewed (0)