Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. ExtUtils::Command.txt

    package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...
    perldoc.perl.org/ExtUtils::Command.txt
    Registered: Sat Mar 22 08:00:46 UTC 2025
    - 7.6K bytes
    - Viewed (0)
  2. Env.txt

    package Env; our $VERSION = '1.06'; =head1 NAME Env - perl module that imports environment variables as scalars or arrays =head1 SYNOPSIS use Env; use Env qw(PATH HOME TERM); use Env qw($SHELL @LD_...
    perldoc.perl.org/Env.txt
    Registered: Sat Mar 22 10:32:18 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  3. ExtUtils::MakeMaker::FAQ.txt

    package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...
    perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txt
    Registered: Sat Mar 22 20:12:16 UTC 2025
    - 19.8K bytes
    - Viewed (0)
  4. MIME::Base64.txt

    package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...
    perldoc.perl.org/MIME::Base64.txt
    Registered: Sat Mar 22 22:25:51 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  5. IPC::SharedMem.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::SharedMem.txt
    Registered: Sat Mar 22 17:49:53 UTC 2025
    - 5.5K bytes
    - Viewed (0)
  6. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Sat Mar 22 20:51:28 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  7. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sat Mar 22 17:07:17 UTC 2025
    - 451 bytes
    - Viewed (0)
  8. Test2::API::Context.txt

    package Test2::API::Context; use strict; use warnings; our $VERSION = '1.302199'; use Carp qw/confess croak/; use Scalar::Util qw/weaken blessed/; use Test2::Util qw/get_tid try pkg_to_file get_tid...
    perldoc.perl.org/Test2::API::Context.txt
    Registered: Mon Mar 24 01:36:43 UTC 2025
    - 26.9K bytes
    - Viewed (0)
  9. Test2::API::InterceptResult.txt

    package Test2::API::InterceptResult; use strict; use warnings; our $VERSION = '1.302199'; use Scalar::Util qw/blessed/; use Test2::Util qw/pkg_to_file/; use Storable qw/dclone/; use Carp qw/croak/;...
    perldoc.perl.org/Test2::API::InterceptResult.txt
    Registered: Mon Mar 24 01:44:43 UTC 2025
    - 17.7K bytes
    - Viewed (0)
  10. Term::ReadLine.txt

    =head1 NAME Term::ReadLine - Perl interface to various C<readline> packages. If no real package is found, substitutes stubs instead of basic functions. =head1 SYNOPSIS use Term::ReadLine; my $term ...
    perldoc.perl.org/Term::ReadLine.txt
    Registered: Mon Mar 24 02:05:16 UTC 2025
    - 13.7K bytes
    - Viewed (0)
Back to top