Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 1,306 for label:perl (0.03 sec)

  1. Net::protoent.txt

    package Net::protoent 1.03; use v5.38; our ( $p_name, @p_aliases, $p_proto ); use Exporter 'import'; our @EXPORT = qw(getprotobyname getprotobynumber getprotoent getproto); our @EXPORT_OK = qw( $p_...
    perldoc.perl.org/Net::protoent.txt
    Registered: Sat Apr 05 08:19:32 UTC 2025
    - 2.9K bytes
    - Viewed (0)
  2. perlbug.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell my $config_tag1 = '5.40.1 - Sa...
    perldoc.perl.org/perlbug.txt
    Registered: Mon Apr 07 10:04:57 UTC 2025
    - 44.6K bytes
    - Viewed (0)
  3. h2ph.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.1/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell BEGIN { pop @INC if $INC[-1] e...
    perldoc.perl.org/h2ph.txt
    Registered: Mon Apr 07 11:42:11 UTC 2025
    - 28.2K bytes
    - Viewed (0)
  4. Tie::Hash.txt

    package Tie::Hash; our $VERSION = '1.06'; =head1 NAME Tie::Hash, Tie::StdHash, Tie::ExtraHash - base class definitions for tied hashes =head1 SYNOPSIS package NewHash; require Tie::Hash; @ISA = qw(...
    perldoc.perl.org/Tie::Hash.txt
    Registered: Mon Apr 07 09:29:49 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  5. pod2usage.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.1/bin/perl eval 'exec perl -S $0 "$@"' if 0; ########## # pod2usage -- command to print usage messages from embedded pod docs # # Copyright (c) 1996-2000 ...
    perldoc.perl.org/pod2usage.txt
    Registered: Mon Apr 07 12:02:11 UTC 2025
    - 4K bytes
    - Viewed (0)
  6. Time::localtime.txt

    package Time::localtime 1.04; use v5.38; use parent 'Time::tm'; our ( $tm_sec, $tm_min, $tm_hour, $tm_mday, $tm_mon, $tm_year, $tm_wday, $tm_yday, $tm_isdst ); use Exporter 'import'; our @EXPORT = ...
    perldoc.perl.org/Time::localtime.txt
    Registered: Mon Apr 07 09:22:19 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  7. Unicode::Collate::CJK::Zhuyin.txt

    package Unicode::Collate::CJK::Zhuyin; use 5.006; use strict; use warnings; our $VERSION = '1.31'; my %u2p; my $wt = 0x8000; while (<DATA>) { last if /^__END__/; my @c = split; for my $c (@c) { nex...
    perldoc.perl.org/Unicode::Collate::CJK::Zhuyin.txt
    Registered: Mon Apr 07 06:45:32 UTC 2025
    - 110K bytes
    - Viewed (0)
  8. Test::More.txt

    package Test::More; use 5.006; use strict; use warnings; #---- perlcritic exemptions. ----# # We use a lot of subroutine prototypes ## no critic (Subroutines::ProhibitSubroutinePr) # Can't use Carp...
    perldoc.perl.org/Test::More.txt
    Registered: Sun Apr 06 19:34:59 UTC 2025
    - 53.1K bytes
    - Viewed (0)
  9. Test::Harness::Beyond.txt

    =head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...
    perldoc.perl.org/Test::Harness::Beyond.txt
    Registered: Sun Apr 06 19:27:52 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  10. Tie::Array.txt

    package Tie::Array; use 5.006_001; use strict; use Carp; our $VERSION = '1.07'; # Pod documentation after __END__ below. sub DESTROY { } sub EXTEND { } sub UNSHIFT { scalar shift->SPLICE(0,0,@_) } ...
    perldoc.perl.org/Tie::Array.txt
    Registered: Mon Apr 07 00:31:15 UTC 2025
    - 7.1K bytes
    - Viewed (0)
Back to top