Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 11 - 20 of 789 for host:perldoc.perl.org (0.02 sec)

  1. umask.txt

    =over =item umask EXPR X<umask> =item umask Sets the umask for the process to EXPR and returns the previous value. If EXPR is omitted, merely returns the current umask. The Unix permission C<rwxr-x...
    perldoc.perl.org/functions/umask.txt
    Registered: Sat May 04 07:53:15 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. redo.txt

    =over =item redo LABEL X<redo> =item redo EXPR =item redo The L<C<redo>|/redo LABEL> command restarts the loop block without evaluating the conditional again. The L<C<continue>|/continue BLOCK> blo...
    perldoc.perl.org/functions/redo.txt
    Registered: Sat May 04 07:19:58 UTC 2024
    - 1.8K 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: Sat May 04 06:53:32 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. wantarray.txt

    =over =item wantarray X<wantarray> X<context> Returns true if the context of the currently executing subroutine or L<C<eval>|/eval EXPR> is looking for a list value. Returns false if the context is...
    perldoc.perl.org/functions/wantarray.txt
    Registered: Sat May 04 08:43:46 UTC 2024
    - 675 bytes
    - Viewed (0)
  5. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Sat May 04 07:13:40 UTC 2024
    - 428 bytes
    - Viewed (0)
  6. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Sat May 04 07:37:56 UTC 2024
    - 398 bytes
    - Viewed (0)
  7. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Sat May 04 06:38:49 UTC 2024
    - 410 bytes
    - Viewed (0)
  8. 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
    perldoc.perl.org/functions/when.txt
    Registered: Sat May 04 08:49:40 UTC 2024
    - 174 bytes
    - Viewed (0)
  9. 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: Sun May 05 08:02:56 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  10. 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: Sun May 05 08:39:28 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top