- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 7121 - 7130 of about 10,000 for content_length:[10000 TO 99999] (0.21 sec)
-
bless - Perldoc Browser
functions / bless ( source , CPAN ) # bless REF,CLASSNAME # bless REF bless tells Perl to mark the item referred to b...perldoc.perl.org/functions/blessRegistered: Mon Aug 25 13:43:22 UTC 2025 - 17K bytes - Viewed (0) -
import - Perldoc Browser
functions / import ( source , CPAN ) # import LIST There is no builtin import function. It is just an ordinary method...perldoc.perl.org/functions/importRegistered: Mon Aug 25 13:43:39 UTC 2025 - 15.1K bytes - Viewed (0) -
untie - Perldoc Browser
functions / untie ( source , CPAN ) # untie VARIABLE Breaks the binding between a variable and a package. (See tie .)...perldoc.perl.org/functions/untieRegistered: Mon Aug 25 13:40:23 UTC 2025 - 14.7K bytes - Viewed (0) -
setsockopt - Perldoc Browser
functions / setsockopt ( source , CPAN ) # setsockopt SOCKET,LEVEL,OPTNAME,OPTVAL Sets the socket option requested. R...perldoc.perl.org/functions/setsockoptRegistered: Mon Aug 25 13:40:33 UTC 2025 - 16K bytes - Viewed (0) -
readpipe - Perldoc Browser
functions / readpipe ( source , CPAN ) # readpipe EXPR # readpipe EXPR is executed as a system command. The collected...perldoc.perl.org/functions/readpipeRegistered: Mon Aug 25 13:42:53 UTC 2025 - 15.7K bytes - Viewed (0) -
accept - Perldoc Browser
functions / accept ( source , CPAN ) # accept NEWSOCKET,GENERICSOCKET Accepts an incoming socket connect, just as acc...perldoc.perl.org/functions/acceptRegistered: Mon Aug 25 13:38:54 UTC 2025 - 15.4K bytes - Viewed (0) -
defer - Perldoc Browser
functions / defer ( source , CPAN ) # defer This flow-control keyword related to the experimental defer feature is do...perldoc.perl.org/functions/deferRegistered: Mon Aug 25 13:37:47 UTC 2025 - 14.7K bytes - Viewed (0) -
perlvar.txt
=head1 NAME perlvar - Perl predefined variables =head1 DESCRIPTION =head2 The Syntax of Variable Names Variable names in Perl can have several formats. Usually, they must begin with a letter or und...perldoc.perl.org/perlvar.txtRegistered: Mon Aug 25 23:01:36 UTC 2025 - 91K bytes - Viewed (0) -
threads.txt
package threads; use 5.008; use strict; use warnings; our $VERSION = '2.43'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...perldoc.perl.org/threads.txtRegistered: Mon Aug 25 22:23:58 UTC 2025 - 37.1K bytes - Viewed (0) -
SelfLoader.txt
package SelfLoader; use 5.008; use strict; use IO::Handle; our $VERSION = "1.28"; # The following bit of eval-magic is necessary to make this work on # perls < 5.009005. our $AttrList; BEGIN { if (...perldoc.perl.org/SelfLoader.txtRegistered: Mon Aug 25 18:37:21 UTC 2025 - 17.1K bytes - Viewed (0)