Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1201 - 1210 of 3,197 for filetype:txt (0.15 sec)

  1. next.txt

    =over =item next LABEL X<next> X<continue> =item next EXPR =item next The L<C<next>|/next LABEL> command is like the C<continue> statement in C; it starts the next iteration of the loop: LINE: whil...
    perldoc.perl.org/functions/next.txt
    Registered: Thu Nov 21 09:59:45 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. formline.txt

    =over =item formline PICTURE,LIST X<formline> This is an internal function used by L<C<format>|/format>s, though you may call it, too. It formats (see L<perlform>) a list of values according to the...
    perldoc.perl.org/functions/formline.txt
    Registered: Thu Nov 21 14:08:28 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. scalar.txt

    =over =item scalar EXPR X<scalar> X<context> Forces EXPR to be interpreted in scalar context and returns the value of EXPR. my @counts = ( scalar @a, scalar @b, scalar @c ); There is no equivalent ...
    perldoc.perl.org/functions/scalar.txt
    Registered: Thu Nov 21 17:38:23 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. recv.txt

    =over =item recv SOCKET,SCALAR,LENGTH,FLAGS X<recv> Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the specified SOCKET filehandle. SCALAR w...
    perldoc.perl.org/functions/recv.txt
    Registered: Thu Nov 21 14:00:33 UTC 2024
    - 809 bytes
    - Viewed (0)
  5. localtime.txt

    =over =item localtime EXPR X<localtime> X<ctime> =item localtime Converts a time as returned by the time function to a 9-element list with the time analyzed for the local time zone. Typically used ...
    perldoc.perl.org/functions/localtime.txt
    Registered: Fri Nov 22 10:00:03 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. 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: Thu Nov 21 18:06:45 UTC 2024
    - 2.5K 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: Thu Nov 21 18:28:34 UTC 2024
    - 815 bytes
    - Viewed (0)
  8. 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: Thu Nov 21 20:30:14 UTC 2024
    - 141 bytes
    - Viewed (0)
  9. ADJUST.txt

    =over =item ADJUST This class-related phaser block is documented in L<perlclass>. =back 90
    perldoc.perl.org/functions/ADJUST.txt
    Registered: Thu Nov 21 20:59:21 UTC 2024
    - 90 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: Thu Nov 21 23:04:44 UTC 2024
    - 90 bytes
    - Viewed (0)
Back to top