Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,619 for timestamp:[now/d-7d TO *] (0.02 sec)

  1. perlrebackslash.txt

    =head1 NAME perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes =head1 DESCRIPTION The top level documentation about Perl regular expressions is found in L<perlre>. This docum...
    perldoc.perl.org/perlrebackslash.txt
    Registered: Sat Sep 14 04:11:13 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. perltrap.txt

    =head1 NAME perltrap - Perl traps for the unwary =head1 DESCRIPTION The biggest trap of all is forgetting to C<use warnings> or use the B<-w> switch; see L<warnings> and L<perlrun/-w>. The second b...
    perldoc.perl.org/perltrap.txt
    Registered: Sat Sep 14 02:37:41 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  3. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Sat Sep 14 20:32:58 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.37'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Sat Sep 14 19:58:52 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Sat Sep 14 22:19:55 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  6. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...
    perldoc.perl.org/autodie.txt
    Registered: Sat Sep 14 22:13:32 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  7. HTTP::Tiny.txt

    # vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.088'; sub _croak { require Carp; Carp::croak(@_) } #p...
    perldoc.perl.org/HTTP::Tiny.txt
    Registered: Sun Sep 15 19:28:12 UTC 2024
    - 79.3K bytes
    - Viewed (0)
  8. ExtUtils::Manifest.txt

    package ExtUtils::Manifest; # git description: 1.74-10-g1bddbb0 require Exporter; use Config; use File::Basename; use File::Copy 'copy'; use File::Find; use File::Spec 0.8; use Carp; use strict; us...
    perldoc.perl.org/ExtUtils::Manifest.txt
    Registered: Sun Sep 15 17:50:15 UTC 2024
    - 22.9K bytes
    - Viewed (0)
  9. File::Spec::Mac.txt

    package File::Spec::Mac; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub case_tolerant { 1 } =head1 NAME File::Spe...
    perldoc.perl.org/File::Spec::Mac.txt
    Registered: Sun Sep 15 19:15:17 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  10. File::Copy.txt

    # File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...
    perldoc.perl.org/File::Copy.txt
    Registered: Sun Sep 15 22:19:33 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top