Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2751 - 2760 of 3,598 for filetype:txt (0.13 sec)

  1. setsockopt.txt

    =over =item setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL X<setsockopt> Sets the socket option requested. Returns L<C<undef>|/undef EXPR> on error. Use integer constants provided by the L<C<Socket>|Socket...
    perldoc.perl.org/functions/setsockopt.txt
    Registered: Sat Dec 13 13:34:28 UTC 2025
    - 604 bytes
    - Viewed (0)
  2. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Sat Dec 13 12:38:18 UTC 2025
    - 362 bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top