Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 790 for host:perldoc.perl.org (0.02 sec)

  1. perlutil.txt

    =head1 NAME perlutil - utilities packaged with the Perl distribution =head1 DESCRIPTION Along with the Perl interpreter itself, the Perl distribution installs a range of utilities on your system. T...
    perldoc.perl.org/perlutil.txt
    Registered: Fri Apr 26 10:56:49 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Fri Apr 26 15:19:32 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. experimental.txt

    package experimental; $experimental::VERSION = '0.031'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Fri Apr 26 19:08:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  4. stable.txt

    package stable; $stable::VERSION = '0.031'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Fri Apr 26 14:41:40 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  5. locale.txt

    package locale; use strict; use warnings; our $VERSION = '1.10'; use Config; $Carp::Internal{ (__PACKAGE__) } = 1; =head1 NAME locale - Perl pragma to use or avoid POSIX locales for built-in operat...
    perldoc.perl.org/locale.txt
    Registered: Fri Apr 26 17:02:49 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  6. if.txt

    package if; use strict; our $VERSION = '0.0610'; sub work { my $method = shift() ? 'import' : 'unimport'; unless (@_ >= 2) { my $type = ($method eq 'import') ? 'use' : 'no'; die "Too few arguments ...
    perldoc.perl.org/if.txt
    Registered: Fri Apr 26 15:53:02 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  7. blib.txt

    package blib; =head1 NAME blib - Use MakeMaker's uninstalled version of a package =head1 SYNOPSIS perl -Mblib script [args...] perl -Mblib=dir script [args...] =head1 DESCRIPTION Looks for MakeMake...
    perldoc.perl.org/blib.txt
    Registered: Fri Apr 26 18:08:11 UTC 2024
    - 2K bytes
    - Viewed (0)
  8. English.txt

    package English; our $VERSION = '1.11'; require Exporter; @ISA = qw(Exporter); =head1 NAME English - use nice English (or awk) names for ugly punctuation variables =head1 SYNOPSIS use English; use ...
    perldoc.perl.org/English.txt
    Registered: Sat Apr 27 15:44:47 UTC 2024
    - 4.6K bytes
    - Viewed (1)
  9. Encode::JP::H2Z.txt

    # # $Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $ # package Encode::JP::H2Z; use strict; use warnings; our $RCSID = q$Id: H2Z.pm,v 2.2 2006/06/03 20:28:48 dankogai Exp $; our $VERSION = do {...
    perldoc.perl.org/Encode::JP::H2Z.txt
    Registered: Sat Apr 27 15:01:21 UTC 2024
    - 5K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Sat Apr 27 14:03:30 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top