Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 371 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. Math::BigInt::Calc.txt

    package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '1.999837'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...
    perldoc.perl.org/Math::BigInt::Calc.txt
    Registered: Sun Apr 28 00:43:19 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  2. IO::Compress::FAQ.txt

    =head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...
    perldoc.perl.org/IO::Compress::FAQ.txt
    Registered: Sun Apr 28 00:49:39 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  3. 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: Mon Apr 29 14:28:04 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  4. Unicode::Collate::Locale.txt

    package Unicode::Collate::Locale; use strict; use warnings; use Carp; use base qw(Unicode::Collate); our $VERSION = '1.31'; my $PL_EXT = '.pl'; my %LocaleFile = map { ($_, $_) } qw( af ar as az be ...
    perldoc.perl.org/Unicode::Collate::Locale.txt
    Registered: Mon Apr 29 14:10:50 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. corelist.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl =head1 NAME core...
    perldoc.perl.org/corelist.txt
    Registered: Mon Apr 29 14:43:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  6. XSLoader.txt

    # Generated from XSLoader_pm.PL (resolved %Config::Config value) # This file is unique for every OS use strict; no strict 'refs'; package XSLoader; our $VERSION = "0.32"; # remember to update versi...
    perldoc.perl.org/XSLoader.txt
    Registered: Mon Apr 29 12:51:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  7. shasum.txt

    #!/home/centos/perldoc-browser/perls/5.38.2/bin/perl eval 'exec /home/centos/perldoc-browser/perls/5.38.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!perl ## shasum: filter for com...
    perldoc.perl.org/shasum.txt
    Registered: Mon Apr 29 14:51:42 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  8. autodie::Util.txt

    package autodie::Util; use strict; use warnings; use Exporter 5.57 qw(import); use autodie::Scope::GuardStack; our @EXPORT_OK = qw( fill_protos install_subs make_core_trampoline on_end_of_compile_s...
    perldoc.perl.org/autodie::Util.txt
    Registered: Mon Apr 29 11:51:36 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. User::grent.txt

    package User::grent; use strict; use 5.006_001; our $VERSION = '1.04'; our(@EXPORT, @EXPORT_OK, %EXPORT_TAGS); our ($gr_name, $gr_gid, $gr_passwd, @gr_members); BEGIN { use Exporter (); @EXPORT = q...
    perldoc.perl.org/User::grent.txt
    Registered: Mon Apr 29 13:26:56 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. XS::Typemap.txt

    package XS::Typemap; =head1 NAME XS::Typemap - module to test the XS typemaps distributed with perl =head1 SYNOPSIS use XS::Typemap; $output = T_IV( $input ); $output = T_PV( $input ); @output = T_...
    perldoc.perl.org/XS::Typemap.txt
    Registered: Mon Apr 29 13:36:03 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top