Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 361 for timestamp:[now/d-1y TO *] (0.03 sec)

  1. PerlIO.txt

    package PerlIO; our $VERSION = '1.12'; # Map layer name to package that defines it our %alias; sub import { my $class = shift; while (@_) { my $layer = shift; if (exists $alias{$layer}) { $layer = ...
    perldoc.perl.org/PerlIO.txt
    Registered: Sun Apr 28 05:45:25 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. Pod::ParseLink.txt

    # Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...
    perldoc.perl.org/Pod::ParseLink.txt
    Registered: Sun Apr 28 10:18:44 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. Pod::Simple::XMLOutStream.txt

    require 5; package Pod::Simple::XMLOutStream; use strict; use Carp (); use Pod::Simple (); use vars qw( $ATTR_PAD @ISA $VERSION $SORT_ATTRS); $VERSION = '3.43'; BEGIN { @ISA = ('Pod::Simple'); *DEB...
    perldoc.perl.org/Pod::Simple::XMLOutStream.txt
    Registered: Sun Apr 28 05:52:50 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  4. Net::FTP::dataconn.txt

    ## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...
    perldoc.perl.org/Net::FTP::dataconn.txt
    Registered: Sun Apr 28 06:08:12 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  5. Pod::Simple::Debug.txt

    require 5; package Pod::Simple::Debug; use strict; use vars qw($VERSION ); $VERSION = '3.43'; sub import { my($value,$variable); if(@_ == 2) { $value = $_[1]; } elsif(@_ == 3) { ($variable, $value)...
    perldoc.perl.org/Pod::Simple::Debug.txt
    Registered: Sun Apr 28 08:12:53 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  6. Pod::Simple::PullParserToken.txt

    require 5; package Pod::Simple::PullParserToken; # Base class for tokens gotten from Pod::Simple::PullParser's $parser->get_token @ISA = (); $VERSION = '3.43'; use strict; sub new { # Class->new('t...
    perldoc.perl.org/Pod::Simple::PullParserToken.txt
    Registered: Sun Apr 28 11:10:32 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. ODBM_File.txt

    package ODBM_File; use strict; use warnings; require Tie::Hash; require XSLoader; our @ISA = qw(Tie::Hash); our $VERSION = "1.18"; XSLoader::load(); 1; __END__ =head1 NAME ODBM_File - Tied access t...
    perldoc.perl.org/ODBM_File.txt
    Registered: Sun Apr 28 06:14:42 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. Pod::Html.txt

    package Pod::Html; use strict; use Exporter 'import'; our $VERSION = 1.34; $VERSION = eval $VERSION; our @EXPORT = qw(pod2html); use Config; use Cwd; use File::Basename; use File::Spec; use Pod::Si...
    perldoc.perl.org/Pod::Html.txt
    Registered: Sun Apr 28 07:37:46 UTC 2024
    - 21.5K bytes
    - Viewed (0)
  9. PerlIO::encoding.txt

    package PerlIO::encoding; use strict; our $VERSION = '0.30'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...
    perldoc.perl.org/PerlIO::encoding.txt
    Registered: Sun Apr 28 10:40:30 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  10. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.16'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Sun Apr 28 12:39:16 UTC 2024
    - 10.6K bytes
    - Viewed (0)
Back to top