Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 4551 - 4560 of 6,339 for content_length:[0 TO 9999] (1.05 sec)

  1. shmctl.txt

    =over =item shmctl ID,CMD,ARG X<shmctl> Calls the System V IPC function shmctl. You'll probably have to say use IPC::SysV; first to get the correct constant definitions. If CMD is C<IPC_STAT>, then...
    perldoc.perl.org/functions/shmctl.txt
    Registered: Fri Nov 07 04:18:55 UTC 2025
    - 534 bytes
    - Viewed (0)
  2. times.txt

    =over =item times X<times> Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process. my ($user,$system,$cuser,$csystem) = tim...
    perldoc.perl.org/functions/times.txt
    Registered: Fri Nov 07 07:26:53 UTC 2025
    - 362 bytes
    - Viewed (0)
  3. connect.txt

    =over =item connect SOCKET,NAME X<connect> Attempts to connect to a remote socket, just like L<connect(2)>. Returns true if it succeeded, false otherwise. NAME should be a packed address of the app...
    perldoc.perl.org/functions/connect.txt
    Registered: Fri Nov 07 06:23:15 UTC 2025
    - 308 bytes
    - Viewed (0)
  4. __END__.txt

    =over =item __DATA__ =item __END__ These keywords are documented in L<perldata/"Special Literals">. =back 109
    perldoc.perl.org/functions/__END__.txt Similar Results (1)
    Registered: Fri Nov 07 03:54:33 UTC 2025
    - 109 bytes
    - Viewed (0)
  5. readpipe.txt

    =over =item readpipe EXPR =item readpipe X<readpipe> EXPR is executed as a system command. The collected standard output of the command is returned. In scalar context, it comes back as a single (po...
    perldoc.perl.org/functions/readpipe.txt
    Registered: Fri Nov 07 09:06:44 UTC 2025
    - 622 bytes
    - Viewed (0)
  6. msgrcv.txt

    =over =item msgrcv ID,VAR,SIZE,TYPE,FLAGS X<msgrcv> Calls the System V IPC function msgrcv to receive a message from message queue ID into variable VAR with a maximum message size of SIZE. Note tha...
    perldoc.perl.org/functions/msgrcv.txt
    Registered: Fri Nov 07 09:23:28 UTC 2025
    - 615 bytes
    - Viewed (0)
  7. tied.txt

    =over =item tied VARIABLE X<tied> Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the L<C<tie>|/tie VARIABLE,CLASSNAME,LIST> call that bound th...
    perldoc.perl.org/functions/tied.txt
    Registered: Fri Nov 07 08:51:31 UTC 2025
    - 297 bytes
    - Viewed (0)
  8. perl5141delta.txt

    =encoding utf8 =head1 NAME perl5141delta - what is new for perl v5.14.1 =head1 DESCRIPTION This document describes differences between the 5.14.0 release and the 5.14.1 release. If you are upgradin...
    perldoc.perl.org/perl5141delta.txt
    Registered: Sat Nov 08 04:07:28 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  9. perlandroid.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlandroid.txt
    Registered: Sat Nov 08 03:45:57 UTC 2025
    - 8K bytes
    - Viewed (0)
  10. perl5281delta.txt

    =encoding utf8 =head1 NAME perl5281delta - what is new for perl v5.28.1 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.28.1 release. If you are upgradin...
    perldoc.perl.org/perl5281delta.txt
    Registered: Sat Nov 08 06:12:32 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top