Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 71 - 80 of 790 for host:perldoc.perl.org (0.02 sec)

  1. print.txt

    =over =item print FILEHANDLE LIST X<print> =item print FILEHANDLE =item print LIST =item print Prints a string or a list of strings. Returns true if successful. FILEHANDLE may be a scalar variable ...
    perldoc.perl.org/functions/print.txt
    Registered: Sat May 11 13:24:51 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. dump.txt

    =over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...
    perldoc.perl.org/functions/dump.txt
    Registered: Sat May 11 11:38:40 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. __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)
  7. 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)
  8. 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)
  9. 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)
  10. 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)
Back to top