Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. perlpolicy.txt

    =encoding utf8 =head1 NAME perlpolicy - Various and sundry policies and commitments related to the Perl core =head1 DESCRIPTION This document is the master document which records all written polici...
    perldoc.perl.org/perlpolicy.txt
    Registered: Sun May 12 20:41:17 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  2. perlxstypemap.txt

    =head1 NAME perlxstypemap - Perl XS C/Perl type mapping =head1 DESCRIPTION The more you think about interfacing between two languages, the more you'll realize that the majority of programmer effort...
    perldoc.perl.org/perlxstypemap.txt
    Registered: Sun May 12 23:28:43 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. perlfilter.txt

    =head1 NAME perlfilter - Source Filters =head1 DESCRIPTION This article is about a little-known feature of Perl called I<source filters>. Source filters alter the program text of a module before Pe...
    perldoc.perl.org/perlfilter.txt
    Registered: Sun May 12 19:57:41 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. bigrat.txt

    package bigrat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.66'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw( ...
    perldoc.perl.org/bigrat.txt
    Registered: Mon May 13 14:36:58 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. perl5201delta.txt

    =encoding utf8 =head1 NAME perl5201delta - what is new for perl v5.20.1 =head1 DESCRIPTION This document describes differences between the 5.20.0 release and the 5.20.1 release. If you are upgradin...
    perldoc.perl.org/perl5201delta.txt
    Registered: Mon May 13 11:48:51 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  6. CPAN::FirstTime.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: package CPAN::FirstTime; use strict; use ExtUtils::MakeMaker (); use FileHandle (); use File::Basename (); use Fi...
    perldoc.perl.org/CPAN::FirstTime.txt
    Registered: Mon May 13 23:43:47 UTC 2024
    - 73K bytes
    - Viewed (0)
  7. Compress::Zlib.txt

    package Compress::Zlib; require 5.006 ; require Exporter; use Carp ; use IO::Handle ; use Scalar::Util qw(dualvar); use IO::Compress::Base::Common 2.204 ; use Compress::Raw::Zlib 2.204 ; use IO::Co...
    perldoc.perl.org/Compress::Zlib.txt
    Registered: Tue May 14 01:12:01 UTC 2024
    - 43K bytes
    - Viewed (0)
  8. Encode.txt

    # # $Id: Encode.pm,v 3.19 2022/08/04 04:42:30 dankogai Exp $ # package Encode; use strict; use warnings; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; our $VERSION; BEGIN { $VERSION = sprintf "%...
    perldoc.perl.org/Encode.txt
    Registered: Tue May 14 02:20:43 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  9. Attribute::Handlers.txt

    package Attribute::Handlers; use 5.006; use Carp; use warnings; use strict; our $AUTOLOAD; our $VERSION = '1.03'; # remember to update version in POD! # $DB::single=1; my $debug= $ENV{DEBUG_ATTRIBU...
    perldoc.perl.org/Attribute::Handlers.txt
    Registered: Mon May 13 22:41:30 UTC 2024
    - 32.1K bytes
    - Viewed (0)
  10. CPAN::Meta::Requirements.txt

    use 5.006; # keep at v5.6 for CPAN.pm use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.140'; #pod =head1 SYNOP...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Tue May 14 01:55:29 UTC 2024
    - 31K bytes
    - Viewed (0)
Back to top