Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Tue May 14 14:03:37 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  2. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2022 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Tue May 14 02:36:15 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  3. CPAN::Meta.txt

    use 5.006; use strict; use warnings; package CPAN::Meta; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod use v5.10; #pod use strict; #pod use warnings; #pod use CPAN::Meta; #pod use Modul...
    perldoc.perl.org/CPAN::Meta.txt
    Registered: Tue May 14 02:58:21 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  4. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Tue May 14 03:27:28 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  5. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Tue May 14 01:28:55 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Tue May 14 00:42:59 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. TAP::Formatter::Base.txt

    package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...
    perldoc.perl.org/TAP::Formatter::Base.txt
    Registered: Wed May 15 19:48:16 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. Test2::Formatter::TAP.txt

    package Test2::Formatter::TAP; use strict; use warnings; our $VERSION = '1.302194'; use Test2::Util qw/clone_io/; use Test2::Util::HashBase qw{ no_numbers handles _encoding _last_fh -made_assertion...
    perldoc.perl.org/Test2::Formatter::TAP.txt
    Registered: Wed May 15 22:21:43 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  9. Unicode::Collate::CJK::GB2312.txt

    package Unicode::Collate::CJK::GB2312; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::GB2312.txt
    Registered: Thu May 16 05:11:36 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  10. Time::Piece.txt

    package Time::Piece; use strict; use XSLoader (); use Time::Seconds; use Carp; use Time::Local; use Scalar::Util qw/ blessed /; use Exporter (); our @EXPORT = qw( localtime gmtime ); our %EXPORT_TA...
    perldoc.perl.org/Time::Piece.txt
    Registered: Thu May 16 04:26:22 UTC 2024
    - 31.5K bytes
    - Viewed (0)
Back to top