- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 1,306 for label:perl (0.02 sec)
-
__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: Mon May 26 17:50:59 UTC 2025 - 187 bytes - Viewed (0) -
sprintf.txt
=over =item sprintf FORMAT, LIST X<sprintf> Returns a string formatted by the usual L<C<printf>|/printf FILEHANDLE FORMAT, LIST> conventions of the C library function L<C<sprintf>|/sprintf FORMAT, ...perldoc.perl.org/functions/sprintf.txtRegistered: Mon May 26 21:28:25 UTC 2025 - 13.8K bytes - Viewed (0) -
push.txt
=over =item push ARRAY,LIST X<push> X<stack> Adds one or more items to the B<end> of an array. my @animals = ("cat"); push(@animals, "mouse"); # ("cat", "mouse") my @colors = ("red"); push(@colors,...perldoc.perl.org/functions/push.txtRegistered: Tue May 27 02:37:13 UTC 2025 - 668 bytes - Viewed (0) -
atan2.txt
=over =item atan2 Y,X X<atan2> X<arctangent> X<tan> X<tangent> Returns the arctangent of Y/X in the range -PI to PI. For the tangent operation, you may use the L<C<Math::Trig::tan>|Math::Trig/B<tan...perldoc.perl.org/functions/atan2.txtRegistered: Mon May 26 20:37:50 UTC 2025 - 449 bytes - Viewed (0) -
getpgrp.txt
=over =item getpgrp PID X<getpgrp> X<group> Returns the current process group for the specified PID. Use a PID of C<0> to get the current process group for the current process. Will raise an except...perldoc.perl.org/functions/getpgrp.txtRegistered: Tue May 27 02:59:32 UTC 2025 - 478 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: Tue May 27 04:04:32 UTC 2025 - 379 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: Tue May 27 00:44:36 UTC 2025 - 377 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: Tue May 27 03:26:57 UTC 2025 - 183 bytes - Viewed (0) -
endpwent.txt
=over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...perldoc.perl.org/functions/endpwent.txt Similar Results (29)Registered: Tue May 27 07:38:56 UTC 2025 - 7K 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: Tue May 27 04:09:31 UTC 2025 - 3.6K bytes - Viewed (0)