Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 193 for timestamp:[now/d-1d TO *] (0.01 sec)

  1. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.36'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Sat May 18 04:17:35 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. ${^SAFE_LOCALES}.txt

    =over =item ${^SAFE_LOCALES} X<${^SAFE_LOCALES}> Reflects if safe locale operations are available to this perl (when the value is 1) or not (the value is 0). This variable is always 1 if the perl h...
    perldoc.perl.org/variables/${^SAFE_LOCALES}.txt
    Registered: Sat May 18 01:39:22 UTC 2024
    - 572 bytes
    - Viewed (0)
  3. ${^POSTMATCH}.txt

    =over =item ${^POSTMATCH} X<${^POSTMATCH}> It is only guaranteed to return a defined value when the pattern was compiled or executed with the C</p> modifier. This is similar to C<$'> (C<$POSTMATCH>...
    perldoc.perl.org/variables/${^POSTMATCH}.txt
    Registered: Sat May 18 01:45:15 UTC 2024
    - 510 bytes
    - Viewed (0)
  4. CPAN::Meta::Spec.txt

    # XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...
    perldoc.perl.org/CPAN::Meta::Spec.txt
    Registered: Sat May 18 11:35:19 UTC 2024
    - 36.1K bytes
    - Viewed (0)
  5. B::Op_private.txt

    # -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...
    perldoc.perl.org/B::Op_private.txt
    Registered: Sat May 18 12:12:56 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  6. B.txt

    # B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....
    perldoc.perl.org/B.txt
    Registered: Sat May 18 16:03:50 UTC 2024
    - 30.6K bytes
    - Viewed (0)
  7. CPAN::Meta::Validator.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Validator; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmv = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Validator.txt
    Registered: Sat May 18 16:10:57 UTC 2024
    - 33.1K bytes
    - Viewed (0)
  8. App::Prove.txt

    package App::Prove; use strict; use warnings; use TAP::Harness::Env; use Text::ParseWords qw(shellwords); use File::Spec; use Getopt::Long; use App::Prove::State; use Carp; use base 'TAP::Object'; ...
    perldoc.perl.org/App::Prove.txt
    Registered: Sat May 18 12:35:15 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  9. B::Xref.txt

    package B::Xref; our $VERSION = '1.07'; =head1 NAME B::Xref - Generates cross reference reports for Perl programs =head1 SYNOPSIS perl -MO=Xref[,OPTIONS] foo.pl =head1 DESCRIPTION The B::Xref modul...
    perldoc.perl.org/B::Xref.txt
    Registered: Sat May 18 14:26:19 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  10. Encode::Encoder.txt

    # # $Id: Encoder.pm,v 2.3 2013/09/14 07:51:59 dankogai Exp $ # package Encode::Encoder; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ); sprintf "%d." . "%02d"...
    perldoc.perl.org/Encode::Encoder.txt
    Registered: Sat May 18 16:40:22 UTC 2024
    - 6.2K bytes
    - Viewed (0)
Back to top