- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1381 - 1390 of 3,812 for filetype:txt (0.04 sec)
-
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: Fri Apr 18 16:18:28 UTC 2025 - 449 bytes - Viewed (0) -
lcfirst.txt
=over =item lcfirst EXPR X<lcfirst> X<lowercase> =item lcfirst Returns the value of EXPR with the first character lowercased. This is the internal function implementing the C<\l> escape in double-q...perldoc.perl.org/functions/lcfirst.txtRegistered: Fri Apr 18 16:02:25 UTC 2025 - 376 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: Fri Apr 18 12:01:19 UTC 2025 - 377 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: Sat Apr 19 00:49:01 UTC 2025 - 3.6K bytes - Viewed (0) -
__CLASS__.txt
=over =item __CLASS__ X<__CLASS__> Invoked within a L<C<method>|/method NAME BLOCK>, or similar location, such as a field initializer expression, this token returns the name of the class of the inv...perldoc.perl.org/functions/__CLASS__.txtRegistered: Sat Apr 19 04:44:12 UTC 2025 - 925 bytes - Viewed (0) -
semctl.txt
=over =item semctl ID,SEMNUM,CMD,ARG X<semctl> Calls the System V IPC function L<semctl(2)>. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is IPC_...perldoc.perl.org/functions/semctl.txtRegistered: Fri Apr 18 23:58:00 UTC 2025 - 762 bytes - Viewed (0) -
send.txt
=over =item send SOCKET,MSG,FLAGS,TO X<send> =item send SOCKET,MSG,FLAGS Sends a message on a socket. Attempts to send the scalar MSG to the SOCKET filehandle. Takes the same flags as the system ca...perldoc.perl.org/functions/send.txtRegistered: Fri Apr 18 23:40:56 UTC 2025 - 732 bytes - Viewed (0) -
setpriority.txt
=over =item setpriority WHICH,WHO,PRIORITY X<setpriority> X<priority> X<nice> X<renice> Sets the current priority for a process, a process group, or a user. (See L<setpriority(2)>.) Raises an excep...perldoc.perl.org/functions/setpriority.txtRegistered: Sat Apr 19 04:35:53 UTC 2025 - 435 bytes - Viewed (0) -
__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: Sat Apr 19 05:13:10 UTC 2025 - 407 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: Sat Apr 19 01:48:22 UTC 2025 - 374 bytes - Viewed (0)