Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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: Sat Apr 27 00:55:46 UTC 2024
    - 18.3K bytes
    - Viewed (0)
  2. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Sat Apr 27 00:17:22 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. DB_File.txt

    # DB_File.pm -- Perl 5 interface to Berkeley DB # # Written by Paul Marquess (pmqs@cpan.org) # # Copyright (c) 1995-2022 Paul Marquess. All rights reserved. # This program is free software; you can...
    perldoc.perl.org/DB_File.txt
    Registered: Sat Apr 27 01:24:59 UTC 2024
    - 64.9K bytes
    - Viewed (0)
  4. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Sat Apr 27 01:03:12 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Sat Apr 27 02:53:19 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  6. CPAN::Meta::History::Meta_1_1.txt

    =for :stopwords Ingy READMEs WTF licensure =head1 NAME CPAN::Meta::History::Meta_1_1 - Version 1.1 metadata specification for META.yml =head1 PREFACE This is a historical copy of the version 1.1 sp...
    perldoc.perl.org/CPAN::Meta::History::Meta_1_1.txt
    Registered: Sat Apr 27 02:38:52 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  7. CPAN::Queue.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- use strict; package CPAN::Queue::Item; # CPAN::Queue::Item::new ; sub new { my($class,@attr) = @_; my $self = bless { @attr }, $class; re...
    perldoc.perl.org/CPAN::Queue.txt
    Registered: Sat Apr 27 02:17:49 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. ExtUtils::MakeMaker::Tutorial.txt

    package ExtUtils::MakeMaker::Tutorial; our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MakeMaker::Tutorial - Writing a module with MakeMaker =head1 SYNOPSIS use ExtUtils::MakeMake...
    perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txt
    Registered: Sat Apr 27 06:42:49 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Sat Apr 27 04:39:32 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  10. ExtUtils::MakeMaker.txt

    # $Id$ package ExtUtils::MakeMaker; use strict; use warnings; BEGIN {require 5.006;} require Exporter; use ExtUtils::MakeMaker::Config; use ExtUtils::MakeMaker::version; # ensure we always have our...
    perldoc.perl.org/ExtUtils::MakeMaker.txt
    Registered: Sat Apr 27 11:58:44 UTC 2024
    - 106.7K bytes
    - Viewed (0)
Back to top