Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 348 for label:perl (0.02 sec)

  1. 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: Sat Apr 27 20:07:29 UTC 2024
    - 79.2K bytes
    - Viewed (0)
  2. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sat Apr 27 22:44:01 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  3. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000036-4-g435a294 # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Sun Apr 28 04:10:16 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  4. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Sun Apr 28 05:30:46 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. h2ph.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 BEGIN { pop @INC if $INC[-1] eq ...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Apr 29 15:31:39 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  6. 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: Mon Apr 29 11:38:24 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  7. VMS::Stdio.txt

    # VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...
    perldoc.perl.org/VMS::Stdio.txt
    Registered: Mon Apr 29 13:43:57 UTC 2024
    - 13.5K bytes
    - Viewed (1)
  8. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Fri Apr 26 18:57:45 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  9. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Fri Apr 26 19:21:22 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  10. 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: Fri Apr 26 17:33:28 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top