Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2771 - 2780 of 3,598 for filetype:txt (1.78 sec)

  1. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Sat Dec 13 13:06:51 UTC 2025
    - 308 bytes
    - Viewed (0)
  2. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Sat Dec 13 10:32:14 UTC 2025
    - 297 bytes
    - Viewed (0)
  3. Benchmark.txt

    package Benchmark; use strict; =head1 NAME Benchmark - Benchmark running times of Perl code =head1 SYNOPSIS use Benchmark qw(:all); timethis($count, "code"); # Use Perl code in strings... timethese...
    perldoc.perl.org/Benchmark.txt
    Registered: Mon Dec 15 06:58:54 UTC 2025
    - 30.3K bytes
    - Viewed (0)
  4. CPAN::Meta::YAML.txt

    use 5.008001; # sane UTF-8 support use strict; use warnings; package CPAN::Meta::YAML; # git description: v1.75-3-g85169f1 # XXX-INGY is 5.8.1 too old/broken for utf8? # XXX-XDG Lancaster consensus...
    perldoc.perl.org/CPAN::Meta::YAML.txt
    Registered: Mon Dec 15 06:20:13 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  5. AutoSplit.txt

    package AutoSplit; use Exporter (); use Config qw(%Config); use File::Basename (); use File::Path qw(mkpath); use File::Spec::Functions qw(curdir catfile catdir); use strict; our($VERSION, @ISA, @E...
    perldoc.perl.org/AutoSplit.txt
    Registered: Mon Dec 15 01:28:41 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  6. Dumpvalue.txt

    use 5.006_001; # for (defined ref) and $#$v and our package Dumpvalue; use strict; use warnings; our $VERSION = '1.21'; our(%address, $stab, @stab, %stab, %subs); sub ASCII { return ord('A') == 65;...
    perldoc.perl.org/Dumpvalue.txt
    Registered: Mon Dec 15 03:41:49 UTC 2025
    - 17.3K bytes
    - Viewed (0)
  7. 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: Mon Dec 15 07:12:44 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  8. ops.txt

    package ops; our $VERSION = '1.02'; use Opcode qw(opmask_add opset invert_opset); sub import { shift; # Not that unimport is the preferred form since import's don't # accumulate well owing to the '...
    perldoc.perl.org/ops.txt
    Registered: Mon Dec 15 07:33:33 UTC 2025
    - 997 bytes
    - Viewed (0)
  9. Data::Dumper.txt

    # # Data/Dumper.pm # # convert perl data structures into perl syntax suitable for both printing # and eval # # Documentation at the __END__ # package Data::Dumper; use strict; use warnings; #$| = 1...
    perldoc.perl.org/Data::Dumper.txt
    Registered: Sun Dec 14 05:02:46 UTC 2025
    - 45.2K bytes
    - Viewed (0)
  10. App::Cpan.txt

    package App::Cpan; use strict; use warnings; use vars qw($VERSION); use if $] < 5.008 => 'IO::Scalar'; $VERSION = '1.678'; =head1 NAME App::Cpan - easily interact with CPAN from the command line =h...
    perldoc.perl.org/App::Cpan.txt
    Registered: Sun Dec 14 21:44:19 UTC 2025
    - 39.7K bytes
    - Viewed (0)
Back to top