Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 6241 - 6250 of 6,887 for content_length:[0 TO 9999] (0.19 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: Sat Apr 19 12:43:11 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. wait.txt

    =over =item wait X<wait> Behaves like L<wait(2)> on your system: it waits for a child process to terminate and returns the pid of the deceased process, or C<-1> if there are no child processes. The...
    perldoc.perl.org/functions/wait.txt
    Registered: Sat Apr 19 14:22:58 UTC 2025
    - 754 bytes
    - Viewed (0)
  3. shmget.txt

    =over =item shmget KEY,SIZE,FLAGS X<shmget> Calls the System V IPC function shmget. Returns the shared memory segment id, or L<C<undef>|/undef EXPR> on error. See also L<perlipc/"SysV IPC"> and the...
    perldoc.perl.org/functions/shmget.txt
    Registered: Sat Apr 19 11:26:46 UTC 2025
    - 293 bytes
    - Viewed (0)
  4. 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: Sat Apr 19 12:23:49 UTC 2025
    - 141 bytes
    - Viewed (0)
  5. piconv.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!./perl # $Id: piconv,v 2.8 2...
    perldoc.perl.org/piconv.txt
    Registered: Sat Apr 19 21:55:57 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  6. json_pp.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell #!/usr/bin/perl BEGIN { pop @I...
    perldoc.perl.org/json_pp.txt
    Registered: Sat Apr 19 21:45:36 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  7. integer.txt

    package integer; our $VERSION = '1.01'; =head1 NAME integer - Perl pragma to use integer arithmetic instead of floating point =head1 SYNOPSIS use integer; $x = 10/3; # $x is now 3, not 3.3333333333...
    perldoc.perl.org/integer.txt
    Registered: Sat Apr 19 18:16:37 UTC 2025
    - 3.2K bytes
    - Viewed (0)
  8. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back 90
    perldoc.perl.org/functions/m.txt
    Registered: Sat Apr 19 16:35:02 UTC 2025
    - 90 bytes
    - Viewed (0)
  9. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Sun Apr 20 02:15:23 UTC 2025
    - 8.5K bytes
    - Viewed (0)
  10. pl2pm.txt

    #!/home/perldoc/perldoc-browser/perls/5.40.2/bin/perl eval 'exec /home/perldoc/perldoc-browser/perls/5.40.2/bin/perl -S $0 ${1+"$@"}' if 0; # ^ Run only under a shell =head1 NAME pl2pm - Rough tool...
    perldoc.perl.org/pl2pm.txt
    Registered: Sat Apr 19 22:11:01 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top