Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 780 for host:perldoc.perl.org (0.02 sec)

  1. chmod.txt

    =over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...
    perldoc.perl.org/functions/chmod.txt
    Registered: Sat May 11 12:08:19 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. 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 11 12:33:33 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. 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 11 14:38:37 UTC 2024
    - 675 bytes
    - Viewed (0)
  4. __FILE__.txt

    =over =item __FILE__ X<__FILE__> A special token that returns the name of the file in which it occurs. It can be altered by the mechanism described at L<perlsyn/"Plain Old Comments (Not!)">. =back
    perldoc.perl.org/functions/__FILE__.txt
    Registered: Sat May 11 12:47:54 UTC 2024
    - 199 bytes
    - Viewed (0)
  5. 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 11 14:52:27 UTC 2024
    - 174 bytes
    - Viewed (0)
  6. stat.txt

    =over =item stat FILEHANDLE X<stat> X<file, status> X<ctime> =item stat EXPR =item stat DIRHANDLE =item stat Returns a 13-element list giving the status info for a file, either the file opened via ...
    perldoc.perl.org/functions/stat.txt
    Registered: Sat May 11 18:36:23 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. select.txt

    =over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....
    perldoc.perl.org/functions/select.txt
    Registered: Sat May 11 15:21:36 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. eof.txt

    =over =item eof FILEHANDLE X<eof> X<end of file> X<end-of-file> =item eof () =item eof Returns 1 if the next read on FILEHANDLE will return end of file I<or> if FILEHANDLE is not open. FILEHANDLE m...
    perldoc.perl.org/functions/eof.txt
    Registered: Sat May 11 18:23:12 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  9. utime.txt

    =over =item utime LIST X<utime> Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC access and modification times, in t...
    perldoc.perl.org/functions/utime.txt
    Registered: Sat May 11 16:01:39 UTC 2024
    - 1.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: Sat May 11 17:37:31 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top