Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 299 for timestamp:[now/d-1M TO *] (0.01 sec)

  1. Encode::KR::2022_KR.txt

    package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...
    perldoc.perl.org/Encode::KR::2022_KR.txt
    Registered: Sat May 18 23:21:29 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. ExtUtils::testlib.txt

    package ExtUtils::testlib; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; use Cwd; use File::Spec; # So the tests can chdir around and not break @INC. # We use getcwd() becau...
    perldoc.perl.org/ExtUtils::testlib.txt
    Registered: Sun May 19 05:02:55 UTC 2024
    - 911 bytes
    - Viewed (0)
  3. DBM_Filter::utf8.txt

    package DBM_Filter::utf8 ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Store { $_ = Encode::encode_u...
    perldoc.perl.org/DBM_Filter::utf8.txt
    Registered: Sun May 19 03:29:45 UTC 2024
    - 777 bytes
    - Viewed (0)
  4. 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: Sat May 18 08:15:54 UTC 2024
    - 29.6K bytes
    - Viewed (0)
  5. bignum.txt

    package bignum; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bignum.txt
    Registered: Sat May 18 08:53:19 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  6. CPAN::Meta::History::Meta_1_4.txt

    =for :stopwords MailingList PODs RWS subcontext =head1 NAME CPAN::Meta::History::Meta_1_4 - Version 1.4 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_4.txt
    Registered: Sat May 18 09:07:56 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. 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: Sat May 18 07:10:16 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  8. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Sat May 18 09:44:39 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Sat May 18 08:27:47 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. sort.txt

    package sort; use strict; use warnings; our $VERSION = '2.05'; sub import { shift; if (@_ == 0) { require Carp; Carp::croak("sort pragma requires arguments"); } $^H{sort} //= 0; for my $subpragma (...
    perldoc.perl.org/sort.txt
    Registered: Sat May 18 06:44:45 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top