- Sort Score
- Num 10 results
- Language All
- Labels All
Results 671 - 680 of 6,576 for content_length:[0 TO 9999] (0.14 seconds)
-
method.txt
=over =item method NAME BLOCK X<method> =item method NAME : ATTRS BLOCK Creates a new named method in the scope of the class that it appears within. This is only valid inside a L<C<class>|/class NA...perldoc.perl.org/functions/method.txtSun Feb 01 20:22:33 GMT 2026 228 bytes -
rewinddir.txt
=over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...perldoc.perl.org/functions/rewinddir.txtSun Feb 01 16:21:00 GMT 2026 220 bytes -
alarm.txt
=over =item alarm SECONDS X<alarm> X<SIGALRM> X<timer> =item alarm Arranges to have a SIGALRM delivered to this process after the specified number of wallclock seconds has elapsed. If SECONDS is no...perldoc.perl.org/functions/alarm.txtSun Feb 01 22:10:27 GMT 2026 2.2K bytes -
local.txt
=over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because C<local> isn't what most people think of as "local". See L<perlsub/"Private Variables via ...perldoc.perl.org/functions/local.txtMon Feb 02 01:59:12 GMT 2026 1.4K bytes -
undef.txt
=over =item undef EXPR X<undef> X<undefine> =item undef Undefines the value of EXPR, which must be an lvalue. Use only on a scalar value, an array (using C<@>), a hash (using C<%>), a subroutine (u...perldoc.perl.org/functions/undef.txtMon Feb 02 03:15:41 GMT 2026 1.1K bytes -
setpgrp.txt
=over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...perldoc.perl.org/functions/setpgrp.txtMon Feb 02 00:20:30 GMT 2026 508 bytes -
bind.txt
=over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...perldoc.perl.org/functions/bind.txtSun Feb 01 23:32:29 GMT 2026 300 bytes -
DESTROY.txt
=over =item DESTROY This method keyword is documented in L<perlobj/"Destructors">. =back 91perldoc.perl.org/functions/DESTROY.txtSun Feb 01 21:50:03 GMT 2026 91 bytes -
AUTOLOAD.txt
=over =item AUTOLOAD This keyword is documented in L<perlsub/"Autoloading">. =back 85perldoc.perl.org/functions/AUTOLOAD.txtSun Feb 01 22:24:15 GMT 2026 85 bytes -
use.txt
=over =item use Module VERSION LIST X<use> X<module> X<import> =item use Module VERSION =item use Module LIST =item use Module Imports some semantics into the current package from the named module,...perldoc.perl.org/functions/use.txtMon Feb 02 06:22:41 GMT 2026 7.7K bytes