Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1721 - 1730 of 2,657 for host:perldoc.perl.org (0.04 sec)

  1. instmodsh - A shell to examine installed module...

    instmodsh ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION SEE ALSO # NAME instmodsh - A shell to examine install...
    perldoc.perl.org/instmodsh
    Registered: Mon Jan 26 12:55:57 UTC 2026
    - 15.3K bytes
    - Viewed (0)
  2. lcfirst - Perldoc Browser

    functions / lcfirst ( source , CPAN ) # lcfirst EXPR # lcfirst Returns the value of EXPR with the first character low...
    perldoc.perl.org/functions/lcfirst
    Registered: Mon Jan 26 13:07:02 UTC 2026
    - 15.7K bytes
    - Viewed (0)
  3. Archive::Tar::File.txt

    package Archive::Tar::File; use strict; use Carp (); use IO::File; use File::Spec::Unix (); use File::Spec (); use File::Basename (); use Archive::Tar::Constant; use vars qw[@ISA $VERSION]; #@ISA =...
    perldoc.perl.org/Archive::Tar::File.txt
    Registered: Tue Jan 27 13:06:46 UTC 2026
    - 18.4K bytes
    - Viewed (0)
  4. AutoLoader.txt

    package AutoLoader; use strict; use 5.006_001; our($VERSION, $AUTOLOAD); my $is_dosish; my $is_epoc; my $is_vms; my $is_macos; BEGIN { $is_dosish = $^O eq 'dos' || $^O eq 'os2' || $^O eq 'MSWin32' ...
    perldoc.perl.org/AutoLoader.txt
    Registered: Tue Jan 27 11:45:11 UTC 2026
    - 15.4K bytes
    - Viewed (0)
  5. CPAN::Meta::Prereqs.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Prereqs; our $VERSION = '2.150010'; #pod =head1 DESCRIPTION #pod #pod A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN #...
    perldoc.perl.org/CPAN::Meta::Prereqs.txt
    Registered: Tue Jan 27 09:45:33 UTC 2026
    - 13.1K bytes
    - Viewed (0)
  6. base.txt

    use 5.008; package base; use strict 'vars'; our $VERSION = '2.27'; $VERSION =~ tr/_//d; # simplest way to avoid indexing of the package: no package statement sub base::__inc::unhook { @INC = grep !...
    perldoc.perl.org/base.txt
    Registered: Tue Jan 27 09:39:15 UTC 2026
    - 10.7K bytes
    - Viewed (0)
  7. filetest.txt

    package filetest; our $VERSION = '1.03'; =head1 NAME filetest - Perl pragma to control the filetest permission operators =head1 SYNOPSIS $can_perhaps_read = -r "file"; # use the mode bits { use fil...
    perldoc.perl.org/filetest.txt
    Registered: Tue Jan 27 09:23:22 UTC 2026
    - 3.9K bytes
    - Viewed (0)
  8. CORE.txt

    =head1 NAME CORE - Namespace for Perl's core routines =head1 SYNOPSIS BEGIN { *CORE::GLOBAL::hex = sub { 1; }; } print hex("0x50"),"\n"; # prints 1 print CORE::hex("0x50"),"\n"; # prints 80 CORE::s...
    perldoc.perl.org/CORE.txt
    Registered: Tue Jan 27 13:00:25 UTC 2026
    - 3.1K bytes
    - Viewed (0)
  9. B::Terse.txt

    package B::Terse; our $VERSION = '1.09'; use strict; use B qw(class @specialsv_name); use B::Concise qw(concise_subref set_style_standard); use Carp; sub terse { my ($order, $subref) = @_; set_styl...
    perldoc.perl.org/B::Terse.txt
    Registered: Tue Jan 27 10:01:32 UTC 2026
    - 2.8K bytes
    - Viewed (0)
  10. AnyDBM_File.txt

    package AnyDBM_File; use warnings; use strict; use 5.006_001; our $VERSION = '1.01'; our @ISA = qw(NDBM_File DB_File GDBM_File SDBM_File ODBM_File) unless @ISA; my $mod; for $mod (@ISA) { if (eval ...
    perldoc.perl.org/AnyDBM_File.txt
    Registered: Tue Jan 27 11:14:19 UTC 2026
    - 2.6K bytes
    - Viewed (0)
Back to top