Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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: Mon May 27 04:19:15 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  2. Test::More.txt

    package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...
    perldoc.perl.org/Test::More.txt
    Registered: Tue May 28 15:06:26 UTC 2024
    - 52.9K bytes
    - Viewed (3)
  3. version::Internals.txt

    =head1 NAME version::Internals - Perl extension for Version Objects =head1 DESCRIPTION Overloaded version objects for all modern versions of Perl. This documents the internal data representation an...
    perldoc.perl.org/version::Internals.txt
    Registered: Tue May 28 19:30:26 UTC 2024
    - 24.4K 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: Tue May 28 14:13:51 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  5. Locale::Maketext::GutsLoader - Deprecated modul...

    Locale::Maketext::GutsLoader ( source , CPAN ) version 1.20 CONTENTS NAME SYNOPSIS DESCRIPTION # NAME Locale::Maketex...
    perldoc.perl.org/Locale::Maketext::GutsLoader
    Registered: Fri May 24 11:07:26 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  6. vec.txt

    =over =item vec EXPR,OFFSET,BITS X<vec> X<bit> X<bit vector> Treats the string in EXPR as a bit vector made up of elements of width BITS and returns the value of the element specified by OFFSET as ...
    perldoc.perl.org/functions/vec.txt
    Registered: Fri May 24 23:55:26 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. q/STRING/ - Perldoc Browser

    functions / q/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "Q...
    perldoc.perl.org/functions/q/STRING/
    Registered: Fri May 24 20:01:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
  8. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2020 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Sun May 26 02:56:53 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  9. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Sun May 26 08:16:23 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  10. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.36...
    perldoc.perl.org/autodie.txt
    Registered: Sun May 26 03:39:46 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top