Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 1,477 for host:perldoc.perl.org (0.02 sec)

  1. perl5221delta.txt

    =encoding utf8 =head1 NAME perl5221delta - what is new for perl v5.22.1 =head1 DESCRIPTION This document describes differences between the 5.22.0 release and the 5.22.1 release. If you are upgradin...
    perldoc.perl.org/perl5221delta.txt
    Registered: Tue Apr 16 07:11:20 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.086'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sun Apr 14 06:10:53 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  3. Term::ANSIColor.txt

    # Color screen output using ANSI escape sequences. # # This module provides utility functions (in two different forms) for coloring # output with ANSI escape sequences. # # This module is sometimes...
    perldoc.perl.org/Term::ANSIColor.txt
    Registered: Sun Apr 14 20:36:33 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  4. Test2::API::InterceptResult.txt

    package Test2::API::InterceptResult; use strict; use warnings; our $VERSION = '1.302194'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; use Storable qw/dclone/; use Carp qw/croak/;...
    perldoc.perl.org/Test2::API::InterceptResult.txt
    Registered: Sun Apr 14 23:43:44 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  5. Term::ReadLine.txt

    =head1 NAME Term::ReadLine - Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS use Term::ReadLine; my $term ...
    perldoc.perl.org/Term::ReadLine.txt
    Registered: Sun Apr 14 21:15:47 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  6. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.72-7-g54209ce require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; use...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sat Apr 13 10:33:22 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  7. File::Glob.txt

    package File::Glob; use strict; our($DEFAULT_FLAGS); require XSLoader; # NOTE: The glob() export is only here for compatibility with 5.6.0. # csh_glob() should not be used directly, unless you know...
    perldoc.perl.org/File::Glob.txt
    Registered: Sat Apr 13 12:22:54 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  8. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Sat Apr 13 09:03:39 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Sat Apr 13 08:42:29 UTC 2024
    - 14K bytes
    - Viewed (0)
  10. Digest.txt

    package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...
    perldoc.perl.org/Digest.txt
    Registered: Sat Apr 13 09:35:04 UTC 2024
    - 11K bytes
    - Viewed (0)
Back to top