Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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: Wed May 08 21:53:12 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. Text::Tabs.txt

    use strict; use warnings; package Text::Tabs; BEGIN { require Exporter; *import = \&Exporter::import } our @EXPORT = qw( expand unexpand $tabstop ); our $VERSION = '2021.0814'; our $SUBVERSION = 'm...
    perldoc.perl.org/Text::Tabs.txt
    Registered: Wed May 08 19:40:42 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  3. 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: Wed May 08 22:07:42 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  4. 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: Wed May 08 21:31:39 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  5. autodie::Scope::Guard.txt

    package autodie::Scope::Guard; use strict; use warnings; # ABSTRACT: Wrapper class for calling subs at end of scope our $VERSION = '2.36'; # VERSION # This code schedules the cleanup of subroutines...
    perldoc.perl.org/autodie::Scope::Guard.txt
    Registered: Wed May 08 22:52:15 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  6. Time::Seconds.txt

    package Time::Seconds; use strict; our $VERSION = '1.3401'; use Exporter 5.57 'import'; our @EXPORT = qw( ONE_MINUTE ONE_HOUR ONE_DAY ONE_WEEK ONE_MONTH ONE_YEAR ONE_FINANCIAL_MONTH LEAP_YEAR NON_L...
    perldoc.perl.org/Time::Seconds.txt
    Registered: Wed May 08 16:10:27 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  7. Tie::Scalar.txt

    package Tie::Scalar; our $VERSION = '1.06'; =head1 NAME Tie::Scalar, Tie::StdScalar - base class definitions for tied scalars =head1 SYNOPSIS package NewScalar; require Tie::Scalar; @ISA = qw(Tie::...
    perldoc.perl.org/Tie::Scalar.txt
    Registered: Wed May 08 15:09:22 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. encguess.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 use 5.008001; BEGIN { p...
    perldoc.perl.org/encguess.txt
    Registered: Thu May 09 01:11:40 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. ptardiff.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 BEGIN { pop @INC...
    perldoc.perl.org/ptardiff.txt
    Registered: Thu May 09 00:12:56 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  10. perl584delta.txt

    =head1 NAME perl584delta - what is new for perl v5.8.4 =head1 DESCRIPTION This document describes differences between the 5.8.3 release and the 5.8.4 release. =head1 Incompatible Changes Many minor...
    perldoc.perl.org/perl584delta.txt
    Registered: Mon May 13 07:21:11 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top