Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1931 - 1940 of 2,638 for host:perldoc.perl.org (0.03 sec)

  1. File::Spec::Unix.txt

    package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...
    perldoc.perl.org/File::Spec::Unix.txt
    Registered: Fri Jul 11 14:50:28 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  2. Memoize::Expire.txt

    use strict; use warnings; package Memoize::Expire; our $VERSION = '1.17'; use Carp; our $DEBUG; # The format of the metadata is: # (4-byte number of last-access-time) (For LRU when I implement it) ...
    perldoc.perl.org/Memoize::Expire.txt
    Registered: Fri Jul 11 17:08:42 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  3. IPC::Open2.txt

    package IPC::Open2; use strict; require 5.006; use Exporter 'import'; our $VERSION = 1.08; our @EXPORT = qw(open2); =head1 NAME IPC::Open2 - open a process for both reading and writing using open2(...
    perldoc.perl.org/IPC::Open2.txt
    Registered: Fri Jul 11 17:43:03 UTC 2025
    - 5.6K bytes
    - Viewed (0)
  4. IPC::Semaphore.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Semaphore.txt
    Registered: Fri Jul 11 15:50:30 UTC 2025
    - 6.3K bytes
    - Viewed (0)
  5. Symbol.txt

    package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...
    perldoc.perl.org/Symbol.txt
    Registered: Fri Jul 11 20:01:28 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  6. TAP::Parser::Result.txt

    package TAP::Parser::Result; use strict; use warnings; use base 'TAP::Object'; BEGIN { # make is_* methods my @attrs = qw( plan pragma test comment bailout version unknown yaml ); no strict 'refs';...
    perldoc.perl.org/TAP::Parser::Result.txt
    Registered: Fri Jul 11 19:44:37 UTC 2025
    - 6K bytes
    - Viewed (0)
  7. IO::File.txt

    # package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...
    perldoc.perl.org/IO::File.txt
    Registered: Fri Jul 11 15:26:49 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  8. File::Spec::Functions.txt

    package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.94'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...
    perldoc.perl.org/File::Spec::Functions.txt
    Registered: Fri Jul 11 13:42:49 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  9. Test2::Event::V2.txt

    package Test2::Event::V2; use strict; use warnings; our $VERSION = '1.302210'; use Scalar::Util qw/reftype/; use Carp qw/croak/; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test...
    perldoc.perl.org/Test2::Event::V2.txt
    Registered: Sat Jul 12 10:44:19 UTC 2025
    - 4.8K bytes
    - Viewed (0)
  10. Test2::Event::Plan.txt

    package Test2::Event::Plan; use strict; use warnings; our $VERSION = '1.302210'; BEGIN { require Test2::Event; our @ISA = qw(Test2::Event) } use Test2::Util::HashBase qw{max directive reason}; use ...
    perldoc.perl.org/Test2::Event::Plan.txt
    Registered: Sat Jul 12 11:09:18 UTC 2025
    - 3.3K bytes
    - Viewed (0)
Back to top