Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 41 - 50 of 1,477 for host:perldoc.perl.org (0.03 sec)

  1. perl5201delta.txt

    =encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...
    perldoc.perl.org/perl5201delta.txt
    Registered: Mon May 13 11:48:51 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  2. Encode.txt

    # # $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 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: Tue May 14 02:20:43 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Tue May 14 00:57:29 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  4. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Tue May 14 22:24:58 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  5. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; our $VERSION = '1.43'; use Exporter 'import'; require Cwd; our @EXPORT = qw(find finddepth); use strict; my $Is_VMS ...
    perldoc.perl.org/File::Find.txt
    Registered: Tue May 14 23:02:43 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  6. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.204'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Tue May 14 21:24:39 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  7. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.26'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Tue May 14 20:46:26 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  8. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Tue May 14 20:25:40 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  9. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Tue May 14 20:03:20 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. File::stat.txt

    package File::stat; use 5.006; use strict; use warnings; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our(@EXPORT, @EXPORT_OK...
    perldoc.perl.org/File::stat.txt
    Registered: Tue May 14 19:32:41 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top