- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 381 - 390 of 1,306 for label:perl (0.12 sec)
-
perl5263delta.txt
=encoding utf8 =head1 NAME perl5263delta - what is new for perl v5.26.3 =head1 DESCRIPTION This document describes differences between the 5.26.2 release and the 5.26.3 release. If you are upgradin...perldoc.perl.org/perl5263delta.txtRegistered: Thu Apr 17 16:36:40 UTC 2025 - 6.9K bytes - Viewed (0) -
perl5361delta.txt
=encoding utf8 =head1 NAME perl5361delta - what is new for perl v5.36.1 =head1 DESCRIPTION This document describes differences between the 5.36.0 release and the 5.36.1 release. If you are upgradin...perldoc.perl.org/perl5361delta.txtRegistered: Thu Apr 17 16:49:44 UTC 2025 - 4.6K bytes - Viewed (0) -
perllexwarn.txt
=head1 NAME perllexwarn - Perl Lexical Warnings =head1 DESCRIPTION Perl v5.6.0 introduced lexical control over the handling of warnings by category. The C<warnings> pragma generally replaces the co...perldoc.perl.org/perllexwarn.txtRegistered: Thu Apr 17 14:00:30 UTC 2025 - 355 bytes - Viewed (0) -
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.txtRegistered: Sat Apr 19 05:15:37 UTC 2025 - 7.9K bytes - Viewed (0) -
local.txt
=over =item local EXPR X<local> You really probably want to be using L<C<my>|/my VARLIST> instead, because L<C<local>|/local EXPR> isn't what most people think of as "local". See L<perlsub/"Private...perldoc.perl.org/functions/local.txtRegistered: Sat Apr 19 00:12:31 UTC 2025 - 1.5K bytes - Viewed (0) -
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.txtRegistered: Sat Apr 19 01:31:54 UTC 2025 - 529 bytes - Viewed (0) -
sub.txt
=over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...perldoc.perl.org/functions/sub.txtRegistered: Sat Apr 19 05:06:14 UTC 2025 - 536 bytes - Viewed (0) -
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.txtRegistered: Sat Apr 19 02:09:57 UTC 2025 - 300 bytes - Viewed (0) -
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.txtRegistered: Sat Apr 19 03:15:53 UTC 2025 - 228 bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 22:23:29 UTC 2025 - 220 bytes - Viewed (0)