- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 771 - 780 of 1,306 for label:perl (0.02 sec)
-
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: Thu May 01 00:15:37 UTC 2025 - 18.8K bytes - Viewed (0) -
perlunitut.txt
=head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...perldoc.perl.org/perlunitut.txtRegistered: Thu May 01 04:14:39 UTC 2025 - 7.8K bytes - Viewed (0) -
File::Path.txt
package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...perldoc.perl.org/File::Path.txtRegistered: Mon May 05 01:44:49 UTC 2025 - 42.2K 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: Sun May 04 23:15:21 UTC 2025 - 15.2K bytes - Viewed (0) -
Encode::MIME::Header.txt
package Encode::MIME::Header; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.29 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Carp (); use Encode (); use MIME::Base6...perldoc.perl.org/Encode::MIME::Header.txtRegistered: Sun May 04 23:27:16 UTC 2025 - 16.6K bytes - Viewed (0) -
IO::Zlib.txt
# IO::Zlib.pm # # Copyright (c) 1998-2004 Tom Hughes <tom@compton.nu>. # All rights reserved. This program is free software; you can redistribute # it and/or modify it under the same terms as Perl ...perldoc.perl.org/IO::Zlib.txtRegistered: Mon May 05 03:46:54 UTC 2025 - 15.7K bytes - Viewed (0) -
File::Spec::VMS.txt
package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...perldoc.perl.org/File::Spec::VMS.txtRegistered: Mon May 05 02:50:19 UTC 2025 - 15.9K bytes - Viewed (0) -
Locale::Maketext::Simple.txt
package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...perldoc.perl.org/Locale::Maketext::Simple.txtRegistered: Mon May 05 00:58:11 UTC 2025 - 9.6K bytes - Viewed (0) -
File::Spec::Win32.txt
package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Mon May 05 01:14:54 UTC 2025 - 10.5K bytes - Viewed (0) -
Module::Loaded.txt
package Module::Loaded; use strict; use Carp qw[carp]; BEGIN { use base 'Exporter'; use vars qw[@EXPORT $VERSION]; $VERSION = '0.08'; @EXPORT = qw[mark_as_loaded mark_as_unloaded is_loaded]; } =hea...perldoc.perl.org/Module::Loaded.txtRegistered: Mon May 05 03:12:28 UTC 2025 - 3.3K bytes - Viewed (0)