Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 81 - 90 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.30'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Thu May 16 07:56:23 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  2. Tie::RefHash.txt

    package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Thu May 16 11:40:52 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Thu May 16 09:01:49 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  4. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.15'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The existence of import() below is a historical # accident t...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Thu May 16 10:49:01 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. autodie::Scope::GuardStack.txt

    package autodie::Scope::GuardStack; use strict; use warnings; use autodie::Scope::Guard; # ABSTRACT: Hook stack for managing scopes via %^H our $VERSION = '2.36'; # VERSION my $H_KEY_STEM = __PACKA...
    perldoc.perl.org/autodie::Scope::GuardStack.txt
    Registered: Thu May 16 11:16:36 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. enc2xs.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 BEGIN { # @INC poking n...
    perldoc.perl.org/enc2xs.txt
    Registered: Thu May 16 12:29:49 UTC 2024
    - 41K bytes
    - Viewed (0)
  7. prove.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 #!/usr/bin/perl -w BEGIN { pop @...
    perldoc.perl.org/prove.txt
    Registered: Thu May 16 13:51:04 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. podchecker.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # podchecker -- command to invoke the podchecker function in Pod::Checker # # Copyright (c) 1998-20...
    perldoc.perl.org/podchecker.txt
    Registered: Thu May 16 13:24:02 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  9. Time::tm.txt

    package Time::tm; use strict; our $VERSION = '1.00'; use Class::Struct qw(struct); struct('Time::tm' => [ map { $_ => '$' } qw{ sec min hour mday mon year wday yday isdst } ]); 1; __END__ =head1 NA...
    perldoc.perl.org/Time::tm.txt
    Registered: Thu May 16 10:25:33 UTC 2024
    - 691 bytes
    - Viewed (0)
  10. reverse.txt

    =over =item reverse LIST X<reverse> X<rev> X<invert> In list context, returns a list value consisting of the elements of LIST in the opposite order. In scalar context, concatenates the elements of ...
    perldoc.perl.org/functions/reverse.txt
    Registered: Sat May 11 05:49:26 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top