Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 6,206 for content_length:[0 TO 9999] (0.06 sec)

  1. bless.txt

    =over =item bless REF,CLASSNAME X<bless> =item bless REF C<bless> tells Perl to mark the item referred to by C<REF> as an object in a package. The two-argument version of C<bless> is always prefera...
    perldoc.perl.org/functions/bless.txt
    Registered: Tue Nov 05 06:09:20 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  2. shmwrite.txt

    =over =item shmread ID,VAR,POS,SIZE X<shmread> X<shmwrite> =item shmwrite ID,STRING,POS,SIZE Reads or writes the System V shared memory segment ID starting at position POS for size SIZE by attachin...
    perldoc.perl.org/functions/shmwrite.txt Similar Results (1)
    Registered: Tue Nov 05 03:33:26 UTC 2024
    - 769 bytes
    - Viewed (0)
  3. setpgrp.txt

    =over =item setpgrp PID,PGRP X<setpgrp> X<group> Sets the current process group for the specified PID, C<0> for the current process. Raises an exception when used on a machine that doesn't implemen...
    perldoc.perl.org/functions/setpgrp.txt
    Registered: Tue Nov 05 07:56:11 UTC 2024
    - 529 bytes
    - Viewed (0)
  4. sub.txt

    =over =item sub NAME BLOCK X<sub> =item sub NAME (PROTO) BLOCK =item sub NAME : ATTRS BLOCK =item sub NAME (PROTO) : ATTRS BLOCK This is subroutine definition, not a real function I<per se>. Withou...
    perldoc.perl.org/functions/sub.txt
    Registered: Tue Nov 05 02:35:58 UTC 2024
    - 536 bytes
    - Viewed (0)
  5. getsockname.txt

    =over =item getsockname SOCKET X<getsockname> Returns the packed sockaddr address of this end of the SOCKET connection, in case you don't know the address because you have several different IPs tha...
    perldoc.perl.org/functions/getsockname.txt
    Registered: Tue Nov 05 07:43:29 UTC 2024
    - 464 bytes
    - Viewed (0)
  6. bind.txt

    =over =item bind SOCKET,NAME X<bind> Binds a network address to a socket, just as L<bind(2)> does. Returns true if it succeeded, false otherwise. NAME should be a packed address of the appropriate ...
    perldoc.perl.org/functions/bind.txt
    Registered: Tue Nov 05 07:21:02 UTC 2024
    - 300 bytes
    - Viewed (0)
  7. unless.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back 194
    perldoc.perl.org/functions/unless.txt Similar Results (7)
    Registered: Tue Nov 05 19:49:12 UTC 2024
    - 194 bytes
    - Viewed (0)
  8. or.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back 192
    perldoc.perl.org/functions/or.txt Similar Results (12)
    Registered: Tue Nov 05 19:45:13 UTC 2024
    - 192 bytes
    - Viewed (0)
  9. encguess.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl use 5.008001; BEGIN {...
    perldoc.perl.org/encguess.txt
    Registered: Thu Nov 07 07:09:33 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. ptardiff.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.0/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.0/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/ptardiff.txt
    Registered: Thu Nov 07 08:18:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top