- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1771 - 1780 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
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/scalarRegistered: Mon Jan 26 13:32:52 UTC 2026 - 16.2K bytes - Viewed (0) -
return - Perldoc Browser
functions / return ( source , CPAN ) # return EXPR # return Returns from a subroutine, eval , do FILE , sort block or...perldoc.perl.org/functions/returnRegistered: Mon Jan 26 13:33:01 UTC 2026 - 16.4K bytes - Viewed (0) -
connect - Perldoc Browser
functions / connect ( source , CPAN ) # connect SOCKET,NAME Attempts to connect to a remote socket, just like connect...perldoc.perl.org/functions/connectRegistered: Mon Jan 26 13:34:24 UTC 2026 - 15.6K bytes - Viewed (0) -
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/undefRegistered: Mon Jan 26 13:29:52 UTC 2026 - 16.1K bytes - Viewed (0) -
shutdown - Perldoc Browser
functions / shutdown ( source , CPAN ) # shutdown SOCKET,HOW Shuts down a socket connection in the manner indicated b...perldoc.perl.org/functions/shutdownRegistered: Mon Jan 26 13:28:19 UTC 2026 - 16.2K bytes - Viewed (0) -
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/timesRegistered: Mon Jan 26 13:30:20 UTC 2026 - 15.4K bytes - Viewed (0) -
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.txtRegistered: Tue Jan 27 05:01:48 UTC 2026 - 55K bytes - Viewed (0) -
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.txtRegistered: Tue Jan 27 05:16:39 UTC 2026 - 14.9K bytes - Viewed (0) -
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.txtRegistered: Tue Jan 27 07:45:22 UTC 2026 - 8.5K bytes - Viewed (0) -
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.txtRegistered: Tue Jan 27 07:25:45 UTC 2026 - 4.5K bytes - Viewed (0)