Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2361 - 2370 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. $) - 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)
  2. $( - 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)
  3. $ARGV - Perldoc Browser

    variables / $ARGV ( source , CPAN ) # $ARGV Contains the name of the current file when reading from <> . Perldoc Brow...
    perldoc.perl.org/variables/$ARGV
    Registered: Fri Sep 12 12:29:37 UTC 2025
    - 14.6K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Sat Sep 13 15:03:54 UTC 2025
    - 46.2K bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat Sep 13 15:17:10 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Sat Sep 13 16:01:53 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sat Sep 13 12:36:46 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sat Sep 13 14:56:10 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Sep 13 12:12:32 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Sat Sep 13 14:17:53 UTC 2025
    - 994 bytes
    - Viewed (0)
Back to top