Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. I18N::LangTags.txt

    # Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...
    perldoc.perl.org/I18N::LangTags.txt
    Registered: Tue May 07 08:21:50 UTC 2024
    - 27.4K bytes
    - Viewed (0)
  2. IO::Socket.txt

    # IO::Socket.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl...
    perldoc.perl.org/IO::Socket.txt
    Registered: Tue May 07 09:27:51 UTC 2024
    - 27.7K bytes
    - Viewed (0)
  3. Math::Trig.txt

    # # Trigonometric functions, mostly inherited from Math::Complex. # -- Jarkko Hietaniemi, since April 1997 # -- Raphael Manfredi, September 1996 (indirectly: because of Math::Complex) # package Mat...
    perldoc.perl.org/Math::Trig.txt
    Registered: Tue May 07 11:39:29 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  4. IO::Compress::Deflate.txt

    package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.204 (); use IO::Compress::Adapter::Deflate 2.204 ; use IO::Co...
    perldoc.perl.org/IO::Compress::Deflate.txt
    Registered: Tue May 07 09:04:43 UTC 2024
    - 23K bytes
    - Viewed (0)
  5. File::Spec.txt

    package File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; my %module = ( MSWin32 => 'Win32', os2 => 'OS2', VMS => 'VMS', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetW...
    perldoc.perl.org/File::Spec.txt
    Registered: Tue May 07 11:17:35 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. File::Basename.txt

    =head1 NAME File::Basename - Parse file paths into directory, filename and suffix. =head1 SYNOPSIS use File::Basename; my ($name, $path, $suffix) = fileparse($fullname, @suffixlist); my $name = fil...
    perldoc.perl.org/File::Basename.txt
    Registered: Tue May 07 07:20:12 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  7. 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: Tue May 07 12:00:30 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  8. Fcntl.txt

    package Fcntl; =head1 NAME Fcntl - load the C Fcntl.h defines =head1 SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); =head1 DESCRIPTION This module is just a translation of the C F<fcntl.h> file...
    perldoc.perl.org/Fcntl.txt
    Registered: Tue May 07 07:59:35 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Tue May 07 07:42:20 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. 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: Mon May 06 10:21:36 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top