Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3061 - 3070 of 5,843 for content_length:[0 TO 9999] (0.1 sec)

  1. goto.txt

    =over =item goto LABEL X<goto> X<jump> X<jmp> =item goto EXPR =item goto &NAME The C<goto LABEL> form finds the statement labeled with LABEL and resumes execution there. It can't be used to get out...
    perldoc.perl.org/functions/goto.txt
    Registered: Tue Nov 05 10:59:46 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. ref.txt

    =over =item ref EXPR X<ref> X<reference> =item ref Examines the value of EXPR, expecting it to be a reference, and returns a string giving information about the reference and the type of referent. ...
    perldoc.perl.org/functions/ref.txt
    Registered: Tue Nov 05 13:07:36 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. state.txt

    =over =item state VARLIST X<state> =item state TYPE VARLIST =item state VARLIST : ATTRS =item state TYPE VARLIST : ATTRS L<C<state>|/state VARLIST> declares a lexically scoped variable, just like L...
    perldoc.perl.org/functions/state.txt
    Registered: Tue Nov 05 09:35:01 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. waitpid.txt

    =over =item waitpid PID,FLAGS X<waitpid> Waits for a particular child process to terminate and returns the pid of the deceased process, or C<-1> if there is no such child process. A non-blocking wa...
    perldoc.perl.org/functions/waitpid.txt
    Registered: Tue Nov 05 11:41:28 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. getlogin.txt

    =over =item getlogin X<getlogin> X<login> This implements the C library function of the same name, which on most systems returns the current login from F</etc/utmp>, if any. If it returns the empty...
    perldoc.perl.org/functions/getlogin.txt
    Registered: Tue Nov 05 10:53:47 UTC 2024
    - 462 bytes
    - Viewed (0)
  6. when.txt

    =over =item default =item given =item when These flow-control keywords related to the experimental switch feature are documented in L<perlsyn/"Switch Statements">. =back 174
    perldoc.perl.org/functions/when.txt Similar Results (2)
    Registered: Tue Nov 05 10:23:53 UTC 2024
    - 174 bytes
    - Viewed (0)
  7. perl5182delta.txt

    =encoding utf8 =head1 NAME perl5182delta - what is new for perl v5.18.2 =head1 DESCRIPTION This document describes differences between the 5.18.1 release and the 5.18.2 release. If you are upgradin...
    perldoc.perl.org/perl5182delta.txt
    Registered: Wed Nov 06 06:26:49 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  8. perl5342delta.txt

    =encoding utf8 =head1 NAME perl5342delta - what is new for perl v5.34.2 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.2 release. If you are upgradin...
    perldoc.perl.org/perl5342delta.txt
    Registered: Wed Nov 06 10:52:42 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> L<C<die>|/die LIST> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> ...
    perldoc.perl.org/functions/die.txt
    Registered: Mon Nov 04 16:35:39 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The L<C<last>|/last LABEL> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in questi...
    perldoc.perl.org/functions/last.txt
    Registered: Tue Nov 05 04:32:54 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top