Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 141 - 150 of 2,354 for host:perldoc.perl.org (0.03 sec)

  1. study.txt

    =over =item study SCALAR X<study> =item study At this time, C<study> does nothing. This may change in the future. Prior to Perl version 5.16, it would create an inverted index of all characters tha...
    perldoc.perl.org/functions/study.txt
    Registered: Sat May 11 08:02:45 UTC 2024
    - 476 bytes
    - Viewed (0)
  2. sysopen.txt

    =over =item sysopen FILEHANDLE,FILENAME,MODE X<sysopen> =item sysopen FILEHANDLE,FILENAME,MODE,PERMS Opens the file whose filename is given by FILENAME, and associates it with FILEHANDLE. If FILEHA...
    perldoc.perl.org/functions/sysopen.txt
    Registered: Sat May 11 10:55:01 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  3. 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: Sat May 11 15:07:43 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  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: Sat May 11 12:33:33 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  8. 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)
  9. __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)
  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
    perldoc.perl.org/functions/when.txt
    Registered: Sat May 11 14:52:27 UTC 2024
    - 174 bytes
    - Viewed (0)
Back to top