Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 2,615 for host:perldoc.perl.org (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Fri Feb 14 04:23:58 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  9. perltoot.txt

    =encoding utf8 =head1 NAME perltoot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltoot.txt
    Registered: Thu Feb 13 23:04:39 UTC 2025
    - 294 bytes
    - Viewed (0)
  10. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt Similar Results (1)
    Registered: Fri Feb 14 15:39:02 UTC 2025
    - 255K bytes
    - Viewed (0)
Back to top