Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 1,477 for timestamp:[now/d-1y TO *] (0.02 sec)

  1. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); $VERSION = "0.36"; @ISA = qw( Exporter ); @EXPORT_OK = qw( plv2hash ...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Tue May 14 00:57:29 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Tue May 14 22:24:58 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  3. File::Find.txt

    package File::Find; use 5.006; use strict; use warnings; use warnings::register; our $VERSION = '1.43'; use Exporter 'import'; require Cwd; our @EXPORT = qw(find finddepth); use strict; my $Is_VMS ...
    perldoc.perl.org/File::Find.txt
    Registered: Tue May 14 23:02:43 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  4. IO::Uncompress::Base.txt

    package IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.204'; use constant G_EOF => 0 ; use ...
    perldoc.perl.org/IO::Uncompress::Base.txt
    Registered: Tue May 14 21:24:39 UTC 2024
    - 37.6K bytes
    - Viewed (0)
  5. Hash::Util::FieldHash.txt

    package Hash::Util::FieldHash; use strict; use warnings; no warnings 'experimental::builtin'; use builtin qw(reftype); our $VERSION = '1.26'; use Exporter 'import'; our %EXPORT_TAGS = ( 'all' => [ ...
    perldoc.perl.org/Hash::Util::FieldHash.txt
    Registered: Tue May 14 20:46:26 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  6. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Tue May 14 20:25:40 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  7. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Tue May 14 20:03:20 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  8. File::stat.txt

    package File::stat; use 5.006; use strict; use warnings; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our(@EXPORT, @EXPORT_OK...
    perldoc.perl.org/File::stat.txt
    Registered: Tue May 14 19:32:41 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  9. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Tue May 14 18:26:27 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  10. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Thu May 16 10:39:27 UTC 2024
    - 95.5K bytes
    - Viewed (0)
Back to top