- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2361 - 2370 of 2,642 for host:perldoc.perl.org (0.03 sec)
-
$) - Perldoc Browser
variables / $) ( source , CPAN ) # $EFFECTIVE_GROUP_ID # $EGID # $) The effective gid of this process. If you are on ...perldoc.perl.org/variables/$)Registered: Fri Sep 12 12:26:53 UTC 2025 - 15.9K bytes - Viewed (0) -
$( - Perldoc Browser
variables / $( ( source , CPAN ) # $REAL_GROUP_ID # $GID # $( The real gid of this process. If you are on a machine t...perldoc.perl.org/variables/$(Registered: Fri Sep 12 12:29:11 UTC 2025 - 15.5K bytes - Viewed (0) -
$ARGV - Perldoc Browser
variables / $ARGV ( source , CPAN ) # $ARGV Contains the name of the current file when reading from <> . Perldoc Brow...perldoc.perl.org/variables/$ARGVRegistered: Fri Sep 12 12:29:37 UTC 2025 - 14.6K bytes - Viewed (0) -
File::Fetch.txt
package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...perldoc.perl.org/File::Fetch.txtRegistered: Sat Sep 13 15:03:54 UTC 2025 - 46.2K bytes - Viewed (0) -
Getopt::Std.txt
package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...perldoc.perl.org/Getopt::Std.txtRegistered: Sat Sep 13 15:17:10 UTC 2025 - 8.9K bytes - Viewed (0) -
Locale::Maketext::Cookbook.txt
# This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =encoding utf-8 =head1 NAME Locale::Maketext::Cookbook - recipes for using Locale::Maket...perldoc.perl.org/Locale::Maketext::Cookbook.txtRegistered: Sat Sep 13 16:01:53 UTC 2025 - 3.8K bytes - Viewed (0) -
Encode::JP::JIS7.txt
package Encode::JP::JIS7; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); for my $name ( '7bit-...perldoc.perl.org/Encode::JP::JIS7.txtRegistered: Sat Sep 13 12:36:46 UTC 2025 - 4.2K bytes - Viewed (0) -
Encode::Byte.txt
package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...perldoc.perl.org/Encode::Byte.txtRegistered: Sat Sep 13 14:56:10 UTC 2025 - 2.4K bytes - Viewed (0) -
ExtUtils::MM_AIX.txt
package ExtUtils::MM_AIX; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 ...perldoc.perl.org/ExtUtils::MM_AIX.txtRegistered: Sat Sep 13 12:12:32 UTC 2025 - 1.5K bytes - Viewed (0) -
ExtUtils::MM_UWIN.txt
package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...perldoc.perl.org/ExtUtils::MM_UWIN.txtRegistered: Sat Sep 13 14:17:53 UTC 2025 - 994 bytes - Viewed (0)