Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1171 - 1180 of 1,301 for label:perl (0.03 sec)

  1. Unicode::Collate.txt

    package Unicode::Collate; use 5.006; use strict; use warnings; use Carp; use File::Spec; no warnings 'utf8'; our $VERSION = '1.31'; our $PACKAGE = __PACKAGE__; ### begin XS only ### use XSLoader ()...
    perldoc.perl.org/Unicode::Collate.txt
    Registered: Fri Dec 05 19:55:49 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  2. perlcygwin.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see F<pod/perlpod.pod>) which is specially designed to be readable as is....
    perldoc.perl.org/perlcygwin.txt
    Registered: Sat Dec 06 04:12:40 UTC 2025
    - 25.5K bytes
    - Viewed (0)
  3. perl5122delta.txt

    =encoding utf8 =head1 NAME perl5122delta - what is new for perl v5.12.2 =head1 DESCRIPTION This document describes differences between the 5.12.1 release and the 5.12.2 release. If you are upgradin...
    perldoc.perl.org/perl5122delta.txt
    Registered: Sat Dec 06 01:10:55 UTC 2025
    - 9.4K bytes
    - Viewed (0)
  4. perl5243delta.txt

    =encoding utf8 =head1 NAME perl5243delta - what is new for perl v5.24.3 =head1 DESCRIPTION This document describes differences between the 5.24.2 release and the 5.24.3 release. If you are upgradin...
    perldoc.perl.org/perl5243delta.txt
    Registered: Sat Dec 06 00:37:02 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  5. perldtrace.txt

    =head1 NAME perldtrace - Perl's support for DTrace =head1 SYNOPSIS # dtrace -Zn 'perl::sub-entry, perl::sub-return { trace(copyinstr(arg0)) }' dtrace: description 'perl::sub-entry, perl::sub-return...
    perldoc.perl.org/perldtrace.txt
    Registered: Sat Dec 06 02:37:02 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  6. perl5224delta.txt

    =encoding utf8 =head1 NAME perl5224delta - what is new for perl v5.22.4 =head1 DESCRIPTION This document describes differences between the 5.22.3 release and the 5.22.4 release. If you are upgradin...
    perldoc.perl.org/perl5224delta.txt
    Registered: Sat Dec 06 04:35:31 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  7. perlpragma.txt

    =head1 NAME perlpragma - how to write a user pragma =head1 DESCRIPTION A pragma is a module which influences some aspect of the compile time or run time behaviour of Perl, such as C<strict> or C<wa...
    perldoc.perl.org/perlpragma.txt
    Registered: Sat Dec 06 02:32:26 UTC 2025
    - 5K bytes
    - Viewed (0)
  8. perl5362delta.txt

    =encoding utf8 =head1 NAME perl5362delta - what is new for perl v5.36.2 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.2 release. If you are upgradin...
    perldoc.perl.org/perl5362delta.txt
    Registered: Sat Dec 06 02:57:57 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  9. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Sun Dec 07 21:34:35 UTC 2025
    - 39.7K bytes
    - Viewed (0)
  10. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - Benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all); timethis($count, "code"); # Use Perl code in strings... timethese...
    perldoc.perl.org/Benchmark.txt
    Registered: Sun Dec 07 20:51:13 UTC 2025
    - 30.3K bytes
    - Viewed (0)
Back to top