Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1231 - 1240 of 1,301 for label:perl (0.03 sec)

  1. perlnumber.txt

    =head1 NAME perlnumber - semantics of numbers and numeric operations in Perl =head1 SYNOPSIS $n = 1234; # decimal integer $n = 0b1110011; # binary integer $n = 01234; # octal integer $n = 0x1234; #...
    perldoc.perl.org/perlnumber.txt
    Registered: Sat Dec 06 12:27:02 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Sat Dec 06 08:50:01 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  3. perl5363delta.txt

    =encoding utf8 =head1 NAME perl5363delta - what is new for perl v5.36.3 =head1 DESCRIPTION This document describes differences between the 5.36.1 release and the 5.36.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5363delta.txt
    Registered: Sat Dec 06 10:51:28 UTC 2025
    - 4K bytes
    - Viewed (0)
  4. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Sun Dec 07 23:24:51 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  5. File::Fetch.txt

    package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...
    perldoc.perl.org/File::Fetch.txt
    Registered: Mon Dec 08 01:18:42 UTC 2025
    - 46.2K bytes
    - Viewed (0)
  6. Encode::Guess.txt

    package Encode::Guess; use strict; use warnings; use Encode qw(:fallbacks find_encoding); our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; my $Canon ...
    perldoc.perl.org/Encode::Guess.txt
    Registered: Sun Dec 07 22:49:21 UTC 2025
    - 9.9K bytes
    - Viewed (0)
  7. ExtUtils::Typemaps::OutputMap.txt

    package ExtUtils::Typemaps::OutputMap; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::Typemaps::OutputMap - Entry in the OUTPUT section of a typemap =head1 SYN...
    perldoc.perl.org/ExtUtils::Typemaps::OutputMap.txt
    Registered: Mon Dec 08 00:46:15 UTC 2025
    - 6.9K bytes
    - Viewed (0)
  8. Exporter::Heavy.txt

    package Exporter::Heavy; use strict; no strict 'refs'; our $VERSION = '5.79'; =head1 NAME Exporter::Heavy - Exporter guts =head1 SYNOPSIS (internal use only) =head1 DESCRIPTION No user-serviceable ...
    perldoc.perl.org/Exporter::Heavy.txt
    Registered: Sun Dec 07 22:43:52 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  9. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.57'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Sun Dec 07 22:16:35 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  10. Encode::CN.txt

    package Encode::CN; BEGIN { if ( ord("A") == 193 ) { die "Encode::CN not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::CN.txt
    Registered: Sun Dec 07 23:39:11 UTC 2025
    - 2K bytes
    - Viewed (0)
Back to top