Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 790 for label:perl (0.02 sec)

  1. IO::Socket::UNIX.txt

    # IO::Socket::UNIX.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms a...
    perldoc.perl.org/IO::Socket::UNIX.txt
    Registered: Sat Apr 27 21:34:13 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  2. piconv.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 201...
    perldoc.perl.org/piconv.txt
    Registered: Mon Apr 29 17:44:59 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  3. IPC::SharedMem.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::SharedMem.txt
    Registered: Sat Apr 27 18:00:26 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Mon Apr 29 06:24:37 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  5. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Mon Apr 29 03:23:39 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. Test::Tester::Capture.txt

    use strict; package Test::Tester::Capture; our $VERSION = '1.302194'; use Test::Builder; use vars qw( @ISA ); @ISA = qw( Test::Builder ); # Make Test::Tester::Capture thread-safe for ithreads. BEGI...
    perldoc.perl.org/Test::Tester::Capture.txt
    Registered: Mon Apr 29 06:02:56 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  7. Time::gmtime.txt

    package Time::gmtime; use strict; use 5.006_001; use Time::tm; our (@ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS, $VERSION); our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_...
    perldoc.perl.org/Time::gmtime.txt
    Registered: Mon Apr 29 04:50:42 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  8. Test::use::ok.txt

    package Test::use::ok; use 5.005; our $VERSION = '1.302194'; __END__ =head1 NAME Test::use::ok - Alternative to Test::More::use_ok =head1 SYNOPSIS use ok 'Some::Module'; =head1 DESCRIPTION Accordin...
    perldoc.perl.org/Test::use::ok.txt
    Registered: Mon Apr 29 06:17:26 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. Test2::Util::Trace.txt

    package Test2::Util::Trace; require Test2::EventFacet::Trace; use warnings; use strict; our @ISA = ('Test2::EventFacet::Trace'); our $VERSION = '1.302194'; 1; __END__ =pod =encoding UTF-8 =head1 NA...
    perldoc.perl.org/Test2::Util::Trace.txt
    Registered: Mon Apr 29 05:05:16 UTC 2024
    - 883 bytes
    - Viewed (0)
  10. $0.txt

    =over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...
    perldoc.perl.org/variables/$0.txt
    Registered: Thu May 02 06:42:39 UTC 2024
    - 2.3K bytes
    - Viewed (0)
Back to top