Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 1,170 for host:perldoc.perl.org (0.02 sec)

  1. 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: Mon May 06 06:42:01 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. perlqnx.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlqnx.txt
    Registered: Mon May 06 03:46:56 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  3. App::Prove::State::Result.txt

    package App::Prove::State::Result; use strict; use warnings; use Carp 'croak'; use App::Prove::State::Result::Test; use constant STATE_VERSION => 1; =head1 NAME App::Prove::State::Result - Individu...
    perldoc.perl.org/App::Prove::State::Result.txt
    Registered: Mon May 06 08:23:52 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. 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: Mon May 06 06:20:18 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  5. 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: Mon May 06 04:22:45 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. perlriscos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlriscos.txt
    Registered: Mon May 06 03:16:15 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  7. File::Path.txt

    package File::Path; use 5.005_04; use strict; use Cwd 'getcwd'; use File::Basename (); use File::Spec (); BEGIN { if ( $] < 5.006 ) { # can't say 'opendir my $dh, $dirname' # need to initialise $dh...
    perldoc.perl.org/File::Path.txt
    Registered: Tue May 07 06:43:22 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  8. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; our $VERSION = '1.43'; use Exporter 'import'; require Cwd; our @EXPORT = qw(find finddepth); use strict; my $Is_VMS ...
    perldoc.perl.org/File::Find.txt
    Registered: Tue May 07 08:12:13 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  9. IO::Compress::RawDeflate.txt

    package IO::Compress::RawDeflate ; # create RFC1951 # use strict ; use warnings; use bytes; use IO::Compress::Base 2.204 ; use IO::Compress::Base::Common 2.204 qw(:Status :Parse); use IO::Compress:...
    perldoc.perl.org/IO::Compress::RawDeflate.txt
    Registered: Tue May 07 08:30:14 UTC 2024
    - 26.4K bytes
    - Viewed (0)
  10. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Tue May 07 07:05:30 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top