- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 891 - 900 of 1,306 for label:perl (0.04 sec)
-
File::stat.txt
package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...perldoc.perl.org/File::stat.txtRegistered: Sat Apr 26 21:57:47 UTC 2025 - 9.9K bytes - Viewed (0) -
ExtUtils::Packlist.txt
package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...perldoc.perl.org/ExtUtils::Packlist.txtRegistered: Sat Apr 26 22:48:56 UTC 2025 - 8.3K bytes - Viewed (0) -
I18N::LangTags::Detect.txt
# Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...perldoc.perl.org/I18N::LangTags::Detect.txtRegistered: Sat Apr 26 21:20:58 UTC 2025 - 6.5K bytes - Viewed (0) -
ExtUtils::MakeMaker::Config.txt
package ExtUtils::MakeMaker::Config; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Config (); # Give us an overridable config. our %Config = %Config::Config; sub import ...perldoc.perl.org/ExtUtils::MakeMaker::Config.txtRegistered: Sat Apr 26 23:30:19 UTC 2025 - 602 bytes - Viewed (0) -
re.txt
package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.47"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...perldoc.perl.org/re.txtRegistered: Fri Apr 25 16:25:03 UTC 2025 - 28.3K bytes - Viewed (0) -
Attribute::Handlers.txt
package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...perldoc.perl.org/Attribute::Handlers.txtRegistered: Sat Apr 26 03:02:29 UTC 2025 - 32.1K bytes - Viewed (0) -
bigrat.txt
package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...perldoc.perl.org/bigrat.txtRegistered: Fri Apr 25 14:59:58 UTC 2025 - 20.6K bytes - Viewed (0) -
CPAN::Meta::Requirements.txt
use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...perldoc.perl.org/CPAN::Meta::Requirements.txtRegistered: Sat Apr 26 03:47:58 UTC 2025 - 21.3K bytes - Viewed (0) -
experimental.txt
package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...perldoc.perl.org/experimental.txtRegistered: Sat Apr 26 05:10:11 UTC 2025 - 8.7K bytes - Viewed (0) -
locale.txt
package locale; use strict; use warnings; our $VERSION = '1.12'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...perldoc.perl.org/locale.txtRegistered: Sat Apr 26 04:39:10 UTC 2025 - 5K bytes - Viewed (0)