Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 5721 - 5730 of 6,339 for content_length:[0 TO 9999] (0.13 sec)

  1. perlsource.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlsource.pod =head1 NAME perlsource - A guide to the Perl source tree =head1 DESCRIPTIO...
    perldoc.perl.org/perlsource.txt
    Registered: Sat Nov 08 04:32:45 UTC 2025
    - 7K bytes
    - Viewed (0)
  2. defined.txt

    =over =item defined EXPR X<defined> X<undef> X<undefined> =item defined Returns a Boolean value telling whether EXPR has a value other than the undefined value L<C<undef>|/undef EXPR>. If EXPR is n...
    perldoc.perl.org/functions/defined.txt
    Registered: Fri Nov 07 02:07:53 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  3. package.txt

    =over =item package NAMESPACE =item package NAMESPACE VERSION X<package> X<module> X<namespace> X<version> =item package NAMESPACE BLOCK =item package NAMESPACE VERSION BLOCK X<package> X<module> X...
    perldoc.perl.org/functions/package.txt
    Registered: Fri Nov 07 05:08:51 UTC 2025
    - 2.5K bytes
    - Viewed (0)
  4. my.txt

    =over =item my VARLIST X<my> =item my TYPE VARLIST =item my VARLIST : ATTRS =item my TYPE VARLIST : ATTRS A C<my> declares the listed variables to be local (lexically) to the enclosing block, file,...
    perldoc.perl.org/functions/my.txt
    Registered: Fri Nov 07 01:55:36 UTC 2025
    - 1.8K bytes
    - Viewed (0)
  5. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by C<format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the contents o...
    perldoc.perl.org/functions/formline.txt
    Registered: Fri Nov 07 03:06:54 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  6. pipe.txt

    =over =item pipe READHANDLE,WRITEHANDLE X<pipe> Opens a pair of connected pipes like the corresponding system call. Note that if you set up a loop of piped processes, deadlock can occur unless you ...
    perldoc.perl.org/functions/pipe.txt
    Registered: Fri Nov 07 05:26:54 UTC 2025
    - 831 bytes
    - Viewed (0)
  7. semop.txt

    =over =item semop KEY,OPSTRING X<semop> Calls the System V IPC function L<semop(2)> for semaphore operations such as signalling and waiting. OPSTRING must be a packed array of semop structures. Eac...
    perldoc.perl.org/functions/semop.txt
    Registered: Fri Nov 07 04:08:03 UTC 2025
    - 815 bytes
    - Viewed (0)
  8. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Fri Nov 07 01:11:34 UTC 2025
    - 90 bytes
    - Viewed (0)
  9. defer.txt

    =over =item defer This flow-control keyword related to the experimental C<defer> feature is documented in L<perlsyn/"defer blocks">. =back 141
    perldoc.perl.org/functions/defer.txt
    Registered: Fri Nov 07 14:27:34 UTC 2025
    - 141 bytes
    - Viewed (0)
  10. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Fri Nov 07 18:46:20 UTC 2025
    - 90 bytes
    - Viewed (0)
Back to top