Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1971 - 1980 of 2,642 for host:perldoc.perl.org (0.03 sec)

  1. readlink.txt

    =over =item readlink EXPR X<readlink> =item readlink Returns the value of a symbolic link, if symbolic links are implemented. If not, raises an exception. If there is a system error, returns the un...
    perldoc.perl.org/functions/readlink.txt
    Registered: Sun Aug 31 04:35:44 UTC 2025
    - 349 bytes
    - Viewed (0)
  2. 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: Tue Aug 26 01:00:22 UTC 2025
    - 64.1K bytes
    - Viewed (0)
  3. perlbook.txt

    =head1 NAME perlbook - Books about and related to Perl =head1 DESCRIPTION There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. Ther...
    perldoc.perl.org/perlbook.txt
    Registered: Tue Aug 26 04:22:43 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  4. perlivp.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell # perlivp v5.42.0 BEGIN { pop ...
    perldoc.perl.org/perlivp.txt
    Registered: Mon Aug 25 15:57:51 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  5. ptargrep.txt

    #!/home/perldoc/perldoc-browser/perls/5.42.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.42.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl ########## # T...
    perldoc.perl.org/ptargrep.txt
    Registered: Mon Aug 25 14:15:17 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  6. Test2::API.txt

    package Test2::API; use strict; use warnings; use Time::HiRes qw/time/; use Test2::Util qw/USE_THREADS/; BEGIN { $ENV{TEST_ACTIVE} ||= 1; $ENV{TEST2_ACTIVE} = 1; } our $VERSION = '1.302210'; my $IN...
    perldoc.perl.org/Test2::API.txt
    Registered: Thu Aug 28 10:03:36 UTC 2025
    - 50.7K bytes
    - Viewed (0)
  7. Term::Cap.txt

    package Term::Cap; # Since the debugger uses Term::ReadLine which uses Term::Cap, we want # to load as few modules as possible. This includes Carp.pm. sub carp { require Carp; goto &Carp::carp; } s...
    perldoc.perl.org/Term::Cap.txt
    Registered: Thu Aug 28 08:34:58 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  8. TAP::Parser::IteratorFactory.txt

    package TAP::Parser::IteratorFactory; use strict; use warnings; use Carp qw( confess ); use File::Basename qw( fileparse ); use base 'TAP::Object'; use constant handlers => []; =head1 NAME TAP::Par...
    perldoc.perl.org/TAP::Parser::IteratorFactory.txt
    Registered: Thu Aug 28 07:59:44 UTC 2025
    - 8.1K bytes
    - Viewed (0)
  9. TAP::Parser::Multiplexer.txt

    package TAP::Parser::Multiplexer; use strict; use warnings; use IO::Select; use Errno; use base 'TAP::Object'; use constant IS_WIN32 => $^O =~ /^(MS)?Win32$/; use constant IS_VMS => $^O eq 'VMS'; u...
    perldoc.perl.org/TAP::Parser::Multiplexer.txt
    Registered: Thu Aug 28 10:17:57 UTC 2025
    - 4.2K bytes
    - Viewed (0)
  10. TAP::Object.txt

    package TAP::Object; use strict; use warnings; =head1 NAME TAP::Object - Base class that provides common functionality to all C<TAP::*> modules =head1 VERSION Version 3.50 =cut our $VERSION = '3.50...
    perldoc.perl.org/TAP::Object.txt
    Registered: Thu Aug 28 12:10:11 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top