- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 1,025 for label:perl (0.03 sec)
-
variables.txt
=pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...perldoc.perl.org/variables.txtRegistered: Mon Mar 31 09:50:38 UTC 2025 - 10.5K 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: Mon Mar 31 10:32:29 UTC 2025 - 9.2K bytes - Viewed (0) -
GDBM_File.txt
# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Fri Apr 04 19:34:11 UTC 2025 - 20.2K bytes - Viewed (0) -
Encode::Encoding.txt
package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...perldoc.perl.org/Encode::Encoding.txtRegistered: Fri Apr 04 18:14:21 UTC 2025 - 8.9K bytes - Viewed (0) -
File::DosGlob.txt
#!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...perldoc.perl.org/File::DosGlob.txtRegistered: Fri Apr 04 15:18:30 UTC 2025 - 7.8K bytes - Viewed (0) -
Encode::Encoder.txt
# # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...perldoc.perl.org/Encode::Encoder.txtRegistered: Fri Apr 04 16:22:34 UTC 2025 - 6.2K bytes - Viewed (0) -
FileCache.txt
package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...perldoc.perl.org/FileCache.txtRegistered: Fri Apr 04 19:24:22 UTC 2025 - 5.4K bytes - Viewed (0) -
Encode::Unicode::UTF7.txt
# # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...perldoc.perl.org/Encode::Unicode::UTF7.txtRegistered: Fri Apr 04 18:23:48 UTC 2025 - 3.8K bytes - Viewed (0) -
File::Spec::Cygwin.txt
package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...perldoc.perl.org/File::Spec::Cygwin.txtRegistered: Fri Apr 04 17:17:11 UTC 2025 - 3.5K bytes - Viewed (0) -
ExtUtils::MM_Win95.txt
package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...perldoc.perl.org/ExtUtils::MM_Win95.txtRegistered: Fri Apr 04 16:32:12 UTC 2025 - 1.3K bytes - Viewed (0)