Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1071 - 1080 of 2,621 for host:perldoc.perl.org (0.03 sec)

  1. lock - Perldoc Browser

    functions / lock ( source , CPAN ) # lock THING This function places an advisory lock on a shared variable or referen...
    perldoc.perl.org/functions/lock
    Registered: Wed Apr 16 10:14:31 UTC 2025
    - 21.5K bytes
    - Viewed (0)
  2. msgsnd - Perldoc Browser

    functions / msgsnd ( source , CPAN ) # msgsnd ID,MSG,FLAGS Calls the System V IPC function msgsnd to send the message...
    perldoc.perl.org/functions/msgsnd
    Registered: Wed Apr 16 10:14:39 UTC 2025
    - 21.7K bytes
    - Viewed (0)
  3. last - Perldoc Browser

    functions / last ( source , CPAN ) # last LABEL # last EXPR # last The last command is like the break statement in C ...
    perldoc.perl.org/functions/last
    Registered: Wed Apr 16 10:11:38 UTC 2025
    - 22.8K bytes
    - Viewed (0)
  4. caller - Perldoc Browser

    functions / caller ( source , CPAN ) # caller EXPR # caller Returns the context of the current pure perl subroutine c...
    perldoc.perl.org/functions/caller
    Registered: Wed Apr 16 10:11:43 UTC 2025
    - 26.7K bytes
    - Viewed (0)
  5. grep - Perldoc Browser

    functions / grep ( source , CPAN ) # grep BLOCK LIST # grep EXPR,LIST This is similar in spirit to, but not the same ...
    perldoc.perl.org/functions/grep
    Registered: Wed Apr 16 10:11:53 UTC 2025
    - 22.5K bytes
    - Viewed (0)
  6. redo - Perldoc Browser

    functions / redo ( source , CPAN ) # redo LABEL # redo EXPR # redo The redo command restarts the loop block without e...
    perldoc.perl.org/functions/redo
    Registered: Wed Apr 16 10:11:57 UTC 2025
    - 23.1K bytes
    - Viewed (0)
  7. do - Perldoc Browser

    functions / do ( source , CPAN ) # do BLOCK Not really a function. Returns the value of the last command in the seque...
    perldoc.perl.org/functions/do
    Registered: Wed Apr 16 10:08:31 UTC 2025
    - 24.7K bytes
    - Viewed (0)
  8. lc - Perldoc Browser

    functions / lc ( source , CPAN ) # lc EXPR # lc Returns a lowercased version of EXPR. If EXPR is omitted, uses $_ . m...
    perldoc.perl.org/functions/lc
    Registered: Wed Apr 16 10:07:58 UTC 2025
    - 24.1K bytes
    - Viewed (0)
  9. chroot - Perldoc Browser

    functions / chroot ( source , CPAN ) # chroot FILENAME # chroot This function works like the system call by the same ...
    perldoc.perl.org/functions/chroot
    Registered: Wed Apr 16 10:09:45 UTC 2025
    - 22K bytes
    - Viewed (0)
  10. sqrt - Perldoc Browser

    functions / sqrt ( source , CPAN ) # sqrt EXPR # sqrt Return the positive square root of EXPR. If EXPR is omitted, us...
    perldoc.perl.org/functions/sqrt
    Registered: Wed Apr 16 10:10:18 UTC 2025
    - 21.2K bytes
    - Viewed (0)
Back to top