Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 348 for label:perl (0.02 sec)

  1. Params::Check.txt

    package Params::Check; use strict; use Carp qw[carp croak]; use Locale::Maketext::Simple Style => 'gettext'; BEGIN { use Exporter (); use vars qw[ @ISA $VERSION @EXPORT_OK $VERBOSE $ALLOW_UNKNOWN $...
    perldoc.perl.org/Params::Check.txt
    Registered: Mon May 27 20:56:01 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  2. perlsyn.txt

    =head1 NAME X<syntax> perlsyn - Perl syntax =head1 DESCRIPTION A Perl program consists of a sequence of declarations and statements which run from the top to the bottom. Loops, subroutines, and oth...
    perldoc.perl.org/perlsyn.txt
    Registered: Fri May 24 23:03:39 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  3. feature.txt

    # -*- mode: Perl; buffer-read-only: t -*- # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is built by regen/feature.pl. # Any changes made here will be lost! package feature; our $VERSION = '1....
    perldoc.perl.org/feature.txt
    Registered: Fri May 24 20:01:48 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. pack.txt

    =over =item pack TEMPLATE,LIST X<pack> Takes a LIST of values and converts it into a string using the rules given by the TEMPLATE. The resulting string is the concatenation of the converted values....
    perldoc.perl.org/functions/pack.txt
    Registered: Fri May 24 18:31:18 UTC 2024
    - 26K bytes
    - Viewed (0)
  5. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Sun May 26 04:19:59 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  6. Socket.txt

    package Socket; use strict; { use v5.6.1; } our $VERSION = '2.036'; =head1 NAME C<Socket> - networking constants and support functions =head1 SYNOPSIS C<Socket> a low-level module used by, among ot...
    perldoc.perl.org/Socket.txt
    Registered: Sun May 26 06:00:54 UTC 2024
    - 36.2K bytes
    - Viewed (0)
  7. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethe...
    perldoc.perl.org/Benchmark.txt
    Registered: Sun May 26 03:57:52 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  8. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Sun May 26 04:56:29 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  9. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Sun May 26 06:37:26 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  10. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.68-2-gcc5324e # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Sun May 26 18:15:02 UTC 2024
    - 26.4K bytes
    - Viewed (0)
Back to top