- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,304 for label:perl (0.06 sec)
-
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.txtRegistered: Thu Apr 10 01:44:47 UTC 2025 - 1.1K bytes - Viewed (0) -
hex.txt
=over =item hex EXPR X<hex> X<hexadecimal> =item hex Interprets EXPR as a hex string and returns the corresponding numeric value. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. print hex '0xAf'; # p...perldoc.perl.org/functions/hex.txtRegistered: Thu Apr 10 00:02:46 UTC 2025 - 938 bytes - Viewed (0) -
chr.txt
=over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...perldoc.perl.org/functions/chr.txtRegistered: Wed Apr 09 21:01:30 UTC 2025 - 711 bytes - Viewed (0) -
chdir.txt
=over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...perldoc.perl.org/functions/chdir.txtRegistered: Thu Apr 10 00:39:52 UTC 2025 - 754 bytes - Viewed (0) -
say.txt
=over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...perldoc.perl.org/functions/say.txtRegistered: Thu Apr 10 02:14:44 UTC 2025 - 710 bytes - Viewed (0) -
eval.txt
=over =item eval EXPR X<eval> X<try> X<catch> X<evaluate> X<parse> X<execute> X<error, handling> X<exception, handling> =item eval BLOCK =item eval C<eval> in all its forms is used to execute a lit...perldoc.perl.org/functions/eval.txtRegistered: Thu Apr 10 06:01:03 UTC 2025 - 9.4K bytes - Viewed (0) -
caller.txt
=over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...perldoc.perl.org/functions/caller.txtRegistered: Thu Apr 10 05:49:44 UTC 2025 - 4.6K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 10 05:35:39 UTC 2025 - 2.3K bytes - Viewed (0) -
bless.txt
=over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...perldoc.perl.org/functions/bless.txtRegistered: Thu Apr 10 05:14:10 UTC 2025 - 1.9K bytes - Viewed (0) -
unlink.txt
=over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...perldoc.perl.org/functions/unlink.txtRegistered: Thu Apr 10 03:15:24 UTC 2025 - 1K bytes - Viewed (0)