Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 1,302 for label:perl (0.03 sec)

  1. perlmod.txt

    =head1 NAME perlmod - Perl modules (packages and symbol tables) =head1 DESCRIPTION =head2 Is this the document you were after? There are other documents which might contain the information that you...
    perldoc.perl.org/perlmod.txt
    Registered: Wed Feb 12 18:24:01 UTC 2025
    - 25.9K bytes
    - Viewed (0)
  2. Test::Harness.txt

    package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...
    perldoc.perl.org/Test::Harness.txt
    Registered: Wed Feb 12 21:21:39 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  3. pl2pm.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...
    perldoc.perl.org/pl2pm.txt
    Registered: Wed Feb 12 21:23:30 UTC 2025
    - 4.5K bytes
    - Viewed (0)
  4. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Fri Feb 14 01:11:58 UTC 2025
    - 20.6K bytes
    - Viewed (0)
  5. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Fri Feb 14 01:19:39 UTC 2025
    - 14.4K bytes
    - Viewed (0)
  6. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.37...
    perldoc.perl.org/autodie.txt
    Registered: Fri Feb 14 02:08:34 UTC 2025
    - 12.1K bytes
    - Viewed (0)
  7. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Fri Feb 14 05:43:44 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  8. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Fri Feb 14 06:31:30 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  9. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Fri Feb 14 02:22:26 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  10. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.48 =cut our $VERSION = '3.48'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Fri Feb 14 04:52:52 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top