Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4271 - 4280 of about 10,000 for content_length:[10000 TO 99999] (0.23 sec)

  1. system - Perldoc Browser

    functions / system ( source , CPAN ) # system LIST # system PROGRAM LIST Does exactly the same thing as exec , except...
    perldoc.perl.org/functions/system
    Registered: Mon Aug 25 13:38:01 UTC 2025
    - 19.2K bytes
    - Viewed (0)
  2. shutdown - Perldoc Browser

    functions / shutdown ( source , CPAN ) # shutdown SOCKET,HOW Shuts down a socket connection in the manner indicated b...
    perldoc.perl.org/functions/shutdown
    Registered: Mon Aug 25 13:32:24 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  3. bind - Perldoc Browser

    functions / bind ( source , CPAN ) # bind SOCKET,NAME Binds a network address to a socket, just as bind(2) does. Retu...
    perldoc.perl.org/functions/bind
    Registered: Mon Aug 25 13:32:28 UTC 2025
    - 14.9K bytes
    - Viewed (0)
  4. connect - Perldoc Browser

    functions / connect ( source , CPAN ) # connect SOCKET,NAME Attempts to connect to a remote socket, just like connect...
    perldoc.perl.org/functions/connect
    Registered: Mon Aug 25 13:32:32 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  5. time - Perldoc Browser

    functions / time ( source , CPAN ) # time Returns the number of non-leap seconds since whatever time the system consi...
    perldoc.perl.org/functions/time
    Registered: Mon Aug 25 13:39:44 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  6. eq - Perldoc Browser

    functions / eq ( source , CPAN ) # and # cmp # eq # ge # gt # isa # le # lt # ne # not # or # x # xor These operators...
    perldoc.perl.org/functions/eq Similar Results (12)
    Registered: Mon Aug 25 13:39:57 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  7. shmctl - Perldoc Browser

    functions / shmctl ( source , CPAN ) # shmctl ID,CMD,ARG Calls the System V IPC function shmctl. You'll probably have...
    perldoc.perl.org/functions/shmctl
    Registered: Mon Aug 25 13:32:57 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  8. getpgrp - Perldoc Browser

    functions / getpgrp ( source , CPAN ) # getpgrp PID Returns the current process group for the specified PID. Use a PI...
    perldoc.perl.org/functions/getpgrp
    Registered: Mon Aug 25 13:36:31 UTC 2025
    - 15.4K bytes
    - Viewed (0)
  9. times - Perldoc Browser

    functions / times ( source , CPAN ) # times Returns a four-element list giving the user and system times in seconds f...
    perldoc.perl.org/functions/times
    Registered: Mon Aug 25 13:38:13 UTC 2025
    - 15K bytes
    - Viewed (0)
  10. overload.txt

    package overload; use strict; no strict 'refs'; our $VERSION = '1.40'; our %ops = ( with_assign => "+ - * / % ** << >> x .", assign => "+= -= *= /= %= **= <<= >>= x= .=", num_comparison => "< <= > ...
    perldoc.perl.org/overload.txt
    Registered: Mon Aug 25 21:21:02 UTC 2025
    - 53.4K bytes
    - Viewed (0)
Back to top