Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2581 - 2590 of 3,812 for filetype:txt (0.15 sec)

  1. 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: Thu Apr 17 18:42:00 UTC 2025
    - 18.8K bytes
    - Viewed (0)
  2. perl5222delta.txt

    =encoding utf8 =head1 NAME perl5222delta - what is new for perl v5.22.2 =head1 DESCRIPTION This document describes differences between the 5.22.1 release and the 5.22.2 release. If you are upgradin...
    perldoc.perl.org/perl5222delta.txt
    Registered: Thu Apr 17 21:40:11 UTC 2025
    - 12K bytes
    - Viewed (0)
  3. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Thu Apr 17 18:49:18 UTC 2025
    - 8.8K bytes
    - Viewed (0)
  4. perl5182delta.txt

    =encoding utf8 =head1 NAME perl5182delta - what is new for perl v5.18.2 =head1 DESCRIPTION This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgradin...
    perldoc.perl.org/perl5182delta.txt
    Registered: Thu Apr 17 20:26:59 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  5. perl5342delta.txt

    =encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...
    perldoc.perl.org/perl5342delta.txt
    Registered: Thu Apr 17 22:41:35 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  6. CPAN::Meta::Requirements.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use CPAN::Meta::Requirements::Range; #pod =h...
    perldoc.perl.org/CPAN::Meta::Requirements.txt
    Registered: Sun Apr 20 07:16:28 UTC 2025
    - 21.3K bytes
    - Viewed (0)
  7. attributes.txt

    package attributes; our $VERSION = 0.36; @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: Sun Apr 20 08:01:18 UTC 2025
    - 16K bytes
    - Viewed (0)
  8. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; use vars qw($VERSION @ISA @EXPORT_OK %EXPORT_TAGS); $VERSION = "0.36"; @ISA = qw( Exporter ); @EXPORT_OK = qw( plv2hash ...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Sun Apr 20 07:37:15 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  9. experimental.txt

    package experimental; $experimental::VERSION = '0.032'; use strict; use warnings; use version (); BEGIN { eval { require feature } }; use Carp qw/croak carp/; my %warnings = map { $_ => 1 } grep { ...
    perldoc.perl.org/experimental.txt
    Registered: Sun Apr 20 06:53:35 UTC 2025
    - 8.7K bytes
    - Viewed (0)
  10. stable.txt

    package stable; $stable::VERSION = '0.033'; use strict; use warnings; use version (); use experimental (); use Carp qw/croak carp/; my %allow_at = ( bitwise => 5.022000, isa => 5.032000, lexical_su...
    perldoc.perl.org/stable.txt
    Registered: Sun Apr 20 05:27:47 UTC 2025
    - 4.7K bytes
    - Viewed (0)
Back to top