- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 951 - 960 of 1,302 for label:perl (0.03 sec)
-
link.txt
=over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183perldoc.perl.org/functions/link.txtRegistered: Tue Feb 18 16:55:54 UTC 2025 - 183 bytes - Viewed (0) -
state.txt
=over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...perldoc.perl.org/functions/state.txtRegistered: Tue Feb 18 18:17:25 UTC 2025 - 1.9K bytes - Viewed (0) -
dump.txt
=over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...perldoc.perl.org/functions/dump.txtRegistered: Tue Feb 18 18:03:01 UTC 2025 - 1.4K bytes - Viewed (0) -
mkdir.txt
=over =item mkdir FILENAME,MODE X<mkdir> X<md> X<directory, create> =item mkdir FILENAME =item mkdir Creates the directory specified by FILENAME, with permissions specified by MODE (as modified by ...perldoc.perl.org/functions/mkdir.txtRegistered: Tue Feb 18 18:53:26 UTC 2025 - 1.3K bytes - Viewed (0) -
wantarray.txt
=over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...perldoc.perl.org/functions/wantarray.txtRegistered: Tue Feb 18 17:05:52 UTC 2025 - 675 bytes - Viewed (0) -
import.txt
=over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...perldoc.perl.org/functions/import.txtRegistered: Tue Feb 18 18:09:51 UTC 2025 - 410 bytes - Viewed (0) -
when.txt
=over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174perldoc.perl.org/functions/when.txt Similar Results (2)Registered: Tue Feb 18 17:14:47 UTC 2025 - 174 bytes - Viewed (0) -
tr.txt
=over =item tr/// The transliteration operator. Same as L<C<yE<sol>E<sol>E<sol>>|/yE<sol>E<sol>E<sol>>. See L<perlop/"Quote-Like Operators">. =back 152perldoc.perl.org/functions/tr.txtRegistered: Tue Feb 18 21:45:04 UTC 2025 - 152 bytes - Viewed (0) -
__END__.txt
=over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109perldoc.perl.org/functions/__END__.txt Similar Results (1)Registered: Sun Feb 09 22:30:35 UTC 2025 - 109 bytes - Viewed (0) -
s.txt
=over =item s/// The substitution operator. See L<perlop/"Regexp Quote-Like Operators">. =back 98perldoc.perl.org/functions/s.txtRegistered: Mon Feb 10 01:10:14 UTC 2025 - 98 bytes - Viewed (0)