- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 121 - 130 of 1,304 for label:perl (0.03 sec)
-
__SUB__.txt
=over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...perldoc.perl.org/functions/__SUB__.txtRegistered: Thu Apr 10 01:13:38 UTC 2025 - 407 bytes - Viewed (0) -
format.txt
=over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...perldoc.perl.org/functions/format.txtRegistered: Thu Apr 10 10:42:55 UTC 2025 - 377 bytes - Viewed (0) -
no.txt
=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Thu Apr 10 04:43:34 UTC 2025 - 271 bytes - Viewed (0) -
untie.txt
=over =item untie VARIABLE X<untie> Breaks the binding between a variable and a package. (See L<tie|/tie VARIABLE,CLASSNAME,LIST>.) Has no effect if the variable is not tied. =back 183perldoc.perl.org/functions/untie.txtRegistered: Thu Apr 10 09:06:41 UTC 2025 - 183 bytes - Viewed (0) -
system.txt
=over =item system LIST X<system> X<shell> =item system PROGRAM LIST Does exactly the same thing as L<C<exec>|/exec LIST>, except that a fork is done first and the parent process waits for the chil...perldoc.perl.org/functions/system.txtRegistered: Thu Apr 10 13:06:41 UTC 2025 - 3.6K bytes - Viewed (0) -
msgctl.txt
=over =item msgctl ID,CMD,ARG X<msgctl> Calls the System V IPC function L<msgctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>...perldoc.perl.org/functions/msgctl.txtRegistered: Thu Apr 10 16:25:11 UTC 2025 - 616 bytes - Viewed (0) -
gmtime.txt
=over =item gmtime EXPR X<gmtime> X<UTC> X<Greenwich> =item gmtime Works just like L<C<localtime>|/localtime EXPR>, but the returned values are localized for the standard Greenwich time zone. Note:...perldoc.perl.org/functions/gmtime.txtRegistered: Thu Apr 10 16:18:42 UTC 2025 - 379 bytes - Viewed (0) -
class.txt
=over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...perldoc.perl.org/functions/class.txtRegistered: Thu Apr 10 11:51:56 UTC 2025 - 374 bytes - Viewed (0) -
__LINE__.txt
=over =item __LINE__ X<__LINE__> A special token that compiles to the current line number. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back 187perldoc.perl.org/functions/__LINE__.txtRegistered: Thu Apr 10 12:25:20 UTC 2025 - 187 bytes - Viewed (0) -
gt.txt
=over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192perldoc.perl.org/functions/gt.txt Similar Results (12)Registered: Thu Apr 10 15:42:14 UTC 2025 - 192 bytes - Viewed (0)