Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 70 for host:perldoc.perl.org (0.02 sec)

  1. perl.txt

    =head1 NAME perl - The Perl 5 language interpreter =head1 SYNOPSIS B<perl> S<[ B<-sTtuUWX> ]> S<[ B<-hv> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<number/list...
    perldoc.perl.org/perl.txt
    Registered: Fri May 17 11:42:58 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. perlhist.txt

    =encoding utf8 =head1 NAME perlhist - the Perl history records =head1 DESCRIPTION This document aims to record the Perl source code releases. =head1 INTRODUCTION Perl history in brief, by Larry Wal...
    perldoc.perl.org/perlhist.txt
    Registered: Fri May 17 12:48:02 UTC 2024
    - 58.1K bytes
    - Viewed (0)
  3. perlmodlib.txt

    -*- mode: Pod; buffer-read-only: t -*- !!!!!!! DO NOT EDIT THIS FILE !!!!!!! This file is built by pod/perlmodlib.PL extracting documentation from the Perl source files. Any changes made here will ...
    perldoc.perl.org/perlmodlib.txt
    Registered: Fri May 17 16:11:35 UTC 2024
    - 57.3K bytes
    - Viewed (0)
  4. perlrequick.txt

    =head1 NAME perlrequick - Perl regular expressions quick start =head1 DESCRIPTION This page covers the very basics of understanding, creating and using regular expressions ('regexes') in Perl. =hea...
    perldoc.perl.org/perlrequick.txt
    Registered: Fri May 17 15:58:35 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  5. attributes.txt

    package attributes; our $VERSION = 0.35; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Sat May 18 03:42:43 UTC 2024
    - 16K bytes
    - Viewed (0)
  6. re.txt

    package re; # pragma for controlling the regexp engine use strict; use warnings; our $VERSION = "0.44"; our @ISA = qw(Exporter); our @EXPORT_OK = qw{ is_regexp regexp_pattern regname regnames regna...
    perldoc.perl.org/re.txt
    Registered: Sat May 18 04:39:29 UTC 2024
    - 28K bytes
    - Viewed (0)
  7. 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: Sat May 18 07:54:36 UTC 2024
    - 31K bytes
    - Viewed (0)
  8. 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: Sat May 18 11:28:22 UTC 2024
    - 43K bytes
    - Viewed (0)
  9. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Sat May 18 08:22:32 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  10. 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: Sat May 18 11:43:34 UTC 2024
    - 32.1K bytes
    - Viewed (0)
Back to top