- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 861 - 870 of 1,306 for label:perl (0.04 sec)
-
ExtUtils::CBuilder::Platform::Windows.txt
package ExtUtils::CBuilder::Platform::Windows; use strict; use warnings; use File::Basename; use File::Spec; use ExtUtils::CBuilder::Base; use IO::File; our $VERSION = '0.280240'; # VERSION our @IS...perldoc.perl.org/ExtUtils::CBuilder::Platform::Windows.txtRegistered: Sun Jun 08 08:24:32 UTC 2025 - 9.3K 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: Sun Jun 08 10:36:38 UTC 2025 - 8.3K bytes - Viewed (0) -
Digest::base.txt
package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...perldoc.perl.org/Digest::base.txtRegistered: Sun Jun 08 09:56:58 UTC 2025 - 1.9K bytes - Viewed (0) -
Encode::Symbol.txt
package Encode::Symbol; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.2 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAG...perldoc.perl.org/Encode::Symbol.txtRegistered: Sun Jun 08 08:09:58 UTC 2025 - 847 bytes - Viewed (0) -
perlrequick.txt
=head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...perldoc.perl.org/perlrequick.txtRegistered: Wed Jun 04 19:58:12 UTC 2025 - 18.8K bytes - Viewed (0) -
perlutil.txt
=head1 NAME perlutil - utilities packaged with the Perl distribution =head1 DESCRIPTION Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. T...perldoc.perl.org/perlutil.txtRegistered: Wed Jun 04 18:16:03 UTC 2025 - 7.2K bytes - Viewed (0) -
perlunicode.txt
=head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...perldoc.perl.org/perlunicode.txtRegistered: Thu Jun 05 00:20:18 UTC 2025 - 88.7K bytes - Viewed (0) -
perllocale.txt
=encoding utf8 =head1 NAME perllocale - Perl locale handling (internationalization and localization) =head1 DESCRIPTION In the beginning there was ASCII, the "American Standard Code for Information...perldoc.perl.org/perllocale.txtRegistered: Wed Jun 04 22:19:43 UTC 2025 - 74.1K bytes - Viewed (0) -
perlmodlib.txt
-*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...perldoc.perl.org/perlmodlib.txtRegistered: Wed Jun 04 21:32:23 UTC 2025 - 66.3K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Thu Jun 05 01:55:26 UTC 2025 - 63.1K bytes - Viewed (0)