Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1771 - 1780 of 2,657 for host:perldoc.perl.org (0.03 sec)

  1. scalar - Perldoc Browser

    functions / scalar ( source , CPAN ) # scalar EXPR Forces EXPR to be interpreted in scalar context and returns the va...
    perldoc.perl.org/functions/scalar
    Registered: Mon Jan 26 13:32:52 UTC 2026
    - 16.2K bytes
    - Viewed (0)
  2. return - Perldoc Browser

    functions / return ( source , CPAN ) # return EXPR # return Returns from a subroutine, eval , do FILE , sort block or...
    perldoc.perl.org/functions/return
    Registered: Mon Jan 26 13:33:01 UTC 2026
    - 16.4K bytes
    - Viewed (0)
  3. connect - Perldoc Browser

    functions / connect ( source , CPAN ) # connect SOCKET,NAME Attempts to connect to a remote socket, just like connect...
    perldoc.perl.org/functions/connect
    Registered: Mon Jan 26 13:34:24 UTC 2026
    - 15.6K bytes
    - Viewed (0)
  4. undef - Perldoc Browser

    functions / undef ( source , CPAN ) # undef EXPR # undef Undefines the value of EXPR, which must be an lvalue. Use on...
    perldoc.perl.org/functions/undef
    Registered: Mon Jan 26 13:29:52 UTC 2026
    - 16.1K bytes
    - Viewed (0)
  5. shutdown - Perldoc Browser

    functions / shutdown ( source , CPAN ) # shutdown SOCKET,HOW Shuts down a socket connection in the manner indicated b...
    perldoc.perl.org/functions/shutdown
    Registered: Mon Jan 26 13:28:19 UTC 2026
    - 16.2K bytes
    - Viewed (0)
  6. times - Perldoc Browser

    functions / times ( source , CPAN ) # times Returns a four-element list giving the user and system times in seconds f...
    perldoc.perl.org/functions/times
    Registered: Mon Jan 26 13:30:20 UTC 2026
    - 15.4K bytes
    - Viewed (0)
  7. perlfaq5.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq5 - Files and Formats =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with I/O and the "f" issues: filehandles, flushing, formats, an...
    perldoc.perl.org/perlfaq5.txt
    Registered: Tue Jan 27 05:01:48 UTC 2026
    - 55K bytes
    - Viewed (0)
  8. perlfaq9.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20250619 =head1 DESCRIPTION This section deals with questions related to running web sites, sending an...
    perldoc.perl.org/perlfaq9.txt
    Registered: Tue Jan 27 05:16:39 UTC 2026
    - 14.9K bytes
    - Viewed (0)
  9. sigtrap.txt

    package sigtrap; =head1 NAME sigtrap - Perl pragma to enable simple signal handling =cut use Carp; $VERSION = '1.10'; $Verbose ||= 0; sub import { my $pkg = shift; my $handler = \&handler_traceback...
    perldoc.perl.org/sigtrap.txt
    Registered: Tue Jan 27 07:45:22 UTC 2026
    - 8.5K bytes
    - Viewed (0)
  10. deprecate.txt

    package deprecate; use strict; use warnings; our $VERSION = 0.04; # our %Config can ignore %Config::Config, e.g. for testing our %Config; unless (%Config) { require Config; *Config = \%Config::Conf...
    perldoc.perl.org/deprecate.txt
    Registered: Tue Jan 27 07:25:45 UTC 2026
    - 4.5K bytes
    - Viewed (0)
Back to top