Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2151 - 2160 of 2,621 for host:perldoc.perl.org (0.04 sec)

  1. open.txt

    package open; use warnings; our $VERSION = '1.13'; require 5.008001; # for PerlIO::get_layers() my $locale_encoding; sub _get_encname { return ($1, Encode::resolve_alias($1)) if $_[0] =~ /^:?encodi...
    perldoc.perl.org/open.txt
    Registered: Sat Apr 19 19:41:47 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  2. ptargrep.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl ########## # T...
    perldoc.perl.org/ptargrep.txt
    Registered: Sat Apr 19 22:54:40 UTC 2025
    - 4.4K bytes
    - Viewed (0)
  3. B::Deparse.txt

    # B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...
    perldoc.perl.org/B::Deparse.txt
    Registered: Sun Apr 20 02:36:24 UTC 2025
    - 216.1K bytes
    - Viewed (0)
  4. CPAN::HandleConfig.txt

    package CPAN::HandleConfig; use strict; use vars qw(%can %keys $loading $VERSION); use File::Path (); use File::Spec (); use File::Basename (); use Carp (); =head1 NAME CPAN::HandleConfig - interna...
    perldoc.perl.org/CPAN::HandleConfig.txt
    Registered: Sun Apr 20 01:29:42 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  5. threads::shared.txt

    package threads::shared; use 5.008; use strict; use warnings; use Config; use Scalar::Util qw(reftype refaddr blessed); our $VERSION = '1.69'; # Please update the pod, too. my $XS_VERSION = $VERSIO...
    perldoc.perl.org/threads::shared.txt
    Registered: Sat Apr 19 23:53:31 UTC 2025
    - 20.1K bytes
    - Viewed (0)
  6. DB.txt

    # # Documentation is at the __END__ # package DB; # "private" globals my ($running, $ready, $deep, $usrctxt, $evalarg, @stack, @saved, @skippkg, @clients); my $preeval = {}; my $posteval = {}; my $...
    perldoc.perl.org/DB.txt
    Registered: Sun Apr 20 02:48:35 UTC 2025
    - 18.5K bytes
    - Viewed (0)
  7. CPAN::Meta::Requirements::Range.txt

    use v5.10; use strict; use warnings; package CPAN::Meta::Requirements::Range; # ABSTRACT: a set of version requirements for a CPAN dist our $VERSION = '2.143'; use Carp (); #pod =head1 SYNOPSIS #po...
    perldoc.perl.org/CPAN::Meta::Requirements::Range.txt
    Registered: Sun Apr 20 03:06:43 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  8. lib.txt

    package lib; # THIS FILE IS AUTOMATICALLY GENERATED FROM lib_pm.PL. # ANY CHANGES TO THIS FILE WILL BE OVERWRITTEN BY THE NEXT PERL BUILD. use Config; use strict; my $archname = $Config{archname}; ...
    perldoc.perl.org/lib.txt
    Registered: Sun Apr 20 00:27:34 UTC 2025
    - 6K bytes
    - Viewed (0)
  9. CPAN::Meta::History.txt

    # vi:tw=72 use 5.006; use strict; use warnings; package CPAN::Meta::History; our $VERSION = '2.150010'; 1; # ABSTRACT: history of CPAN Meta Spec changes __END__ =pod =encoding UTF-8 =head1 NAME CPA...
    perldoc.perl.org/CPAN::Meta::History.txt
    Registered: Sun Apr 20 02:21:54 UTC 2025
    - 5.2K bytes
    - Viewed (0)
  10. DBM_Filter::encode.txt

    package DBM_Filter::encode ; use strict; use warnings; use Carp; our $VERSION = '0.03'; BEGIN { eval { require Encode; }; croak "Encode module not found.\n" if $@; } sub Filter { my $encoding_name ...
    perldoc.perl.org/DBM_Filter::encode.txt
    Registered: Sun Apr 20 03:22:11 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top