Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1281 - 1290 of 2,657 for host:perldoc.perl.org (0.1 sec)

  1. Encode.txt

    # # $Id: Encode.pm,v 3.21 2024/02/25 22:17:32 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Wed Jan 28 04:36:48 UTC 2026
    - 31.4K bytes
    - Viewed (0)
  2. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Wed Jan 28 01:35:37 UTC 2026
    - 16.1K bytes
    - Viewed (0)
  3. File::stat.txt

    package File::stat 1.14; use v5.38; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our ( $st_dev, $st_ino, $st_mode, $st_nlink,...
    perldoc.perl.org/File::stat.txt
    Registered: Wed Jan 28 01:44:26 UTC 2026
    - 9.9K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Wed Jan 28 02:00:45 UTC 2026
    - 8.3K bytes
    - Viewed (0)
  5. I18N::LangTags::Detect.txt

    # Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...
    perldoc.perl.org/I18N::LangTags::Detect.txt
    Registered: Wed Jan 28 03:35:20 UTC 2026
    - 6.5K bytes
    - Viewed (0)
  6. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Wed Jan 28 03:27:35 UTC 2026
    - 4K bytes
    - Viewed (0)
  7. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Wed Jan 28 04:06:21 UTC 2026
    - 2.1K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Wed Jan 28 02:40:32 UTC 2026
    - 847 bytes
    - Viewed (0)
  9. perliol - C API for Perl's implementation of IO...

    perliol ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION History and Background Basic Structure Layers vs Discipl...
    perldoc.perl.org/perliol
    Registered: Mon Jan 26 12:12:11 UTC 2026
    - 61.1K bytes
    - Viewed (0)
  10. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Mon Jan 26 12:12:16 UTC 2026
    - 19.1K bytes
    - Viewed (0)
Back to top