Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 90 for host:perldoc.perl.org (0.02 sec)

  1. Devel::Peek.txt

    # Devel::Peek - A data debugging tool for the XS programmer # The documentation is after the __END__ package Devel::Peek; $VERSION = '1.33'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; requir...
    perldoc.perl.org/Devel::Peek.txt
    Registered: Sat May 18 21:00:38 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top