Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1861 - 1870 of 2,407 for filetype:txt (0.05 sec)

  1. perlunifaq.txt

    =head1 NAME perlunifaq - Perl Unicode FAQ =head1 Q and A This is a list of questions and answers about Unicode in Perl, intended to be read after L<perlunitut>. =head2 perlunitut isn't really a Uni...
    perldoc.perl.org/perlunifaq.txt
    Registered: Wed Nov 06 01:41:17 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  2. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Wed Nov 06 02:12:31 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Wed Nov 06 02:16:41 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. require.txt

    =over =item require VERSION X<require> =item require EXPR =item require Demands a version of Perl specified by VERSION, or demands some semantics specified by EXPR or by L<C<$_>|perlvar/$_> if EXPR...
    perldoc.perl.org/functions/require.txt
    Registered: Tue Nov 05 04:15:48 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top