Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test ใƒ†ใ‚นใƒˆ

Results 31 - 40 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. qx/STRING/ - Perldoc Browser

    functions / qx/STRING/ ( source , CPAN ) # q/STRING/ # qq/STRING/ # qw/STRING/ # qx/STRING/ Generalized quotes. See "...
    perldoc.perl.org/functions/qx/STRING/
    Registered: Sat Apr 06 09:53:58 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  2. rand.txt

    =over =item rand EXPR X<rand> X<random> =item rand Returns a random fractional number greater than or equal to C<0> and less than the value of EXPR. (EXPR should be positive.) If EXPR is omitted, t...
    perldoc.perl.org/functions/rand.txt
    Registered: Sat Apr 06 08:03:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Sat Apr 06 11:21:29 UTC 2024
    - 732 bytes
    - Viewed (1)
  4. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Sat Apr 06 08:54:50 UTC 2024
    - 573 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Sat Apr 06 08:23:25 UTC 2024
    - 449 bytes
    - Viewed (0)
  6. __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__.txt
    Registered: Sat Apr 06 09:09:50 UTC 2024
    - 407 bytes
    - Viewed (0)
  7. 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.txt
    Registered: Sat Apr 06 09:15:31 UTC 2024
    - 374 bytes
    - Viewed (0)
  8. 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.txt
    Registered: Sat Apr 06 09:37:33 UTC 2024
    - 271 bytes
    - Viewed (0)
  9. 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.txt
    Registered: Sat Apr 06 16:58:40 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. kill.txt

    =over =item kill SIGNAL, LIST =item kill SIGNAL X<kill> X<signal> Sends a signal to a list of processes. Returns the number of arguments that were successfully used to signal (which is not necessar...
    perldoc.perl.org/functions/kill.txt
    Registered: Sat Apr 06 12:48:54 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top