Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 91 - 100 of 1,172 for host:perldoc.perl.org (0.04 sec)

  1. syswrite.txt

    =over =item syswrite FILEHANDLE,SCALAR,LENGTH,OFFSET X<syswrite> =item syswrite FILEHANDLE,SCALAR,LENGTH =item syswrite FILEHANDLE,SCALAR Attempts to write LENGTH bytes of data from variable SCALAR...
    perldoc.perl.org/functions/syswrite.txt
    Registered: Sat May 11 11:56:24 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  2. exit.txt

    =over =item exit EXPR X<exit> X<terminate> X<abort> =item exit Evaluates EXPR and exits immediately with that value. Example: my $ans = <STDIN>; exit 0 if $ans =~ /^[Xx]/; See also L<C<die>|/die LI...
    perldoc.perl.org/functions/exit.txt
    Registered: Sat May 11 17:29:40 UTC 2024
    - 1.4K bytes
    - Viewed (1)
  3. lstat.txt

    =over =item lstat FILEHANDLE X<lstat> =item lstat EXPR =item lstat DIRHANDLE =item lstat Does the same thing as the L<C<stat>|/stat FILEHANDLE> function (including setting the special C<_> filehand...
    perldoc.perl.org/functions/lstat.txt
    Registered: Sat May 11 12:16:56 UTC 2024
    - 573 bytes
    - Viewed (0)
  4. __SUB__.txt

    =over =item __SUB__ X<__SUB__> A special token that returns a reference to the current subroutine, or L<C<undef>|/undef EXPR> outside of a subroutine. The behaviour of L<C<__SUB__>|/__SUB__> within...
    perldoc.perl.org/functions/__SUB__.txt
    Registered: Sat May 11 14:30:46 UTC 2024
    - 407 bytes
    - Viewed (0)
  5. format.txt

    =over =item format X<format> Declare a picture format for use by the L<C<write>|/write FILEHANDLE> function. For example: format Something = Test: @<<<<<<<< @||||| @>>>>> $str, $%, '$' . int($num) ...
    perldoc.perl.org/functions/format.txt
    Registered: Sat May 11 12:03:03 UTC 2024
    - 377 bytes
    - Viewed (0)
  6. class.txt

    =over =item class NAMESPACE =item class NAMESPACE VERSION =item class NAMESPACE BLOCK =item class NAMESPACE VERSION BLOCK Declares the BLOCK or the rest of the compilation unit as being in the give...
    perldoc.perl.org/functions/class.txt
    Registered: Sat May 11 21:06:57 UTC 2024
    - 374 bytes
    - Viewed (0)
  7. setprotoent.txt

    =over =item getpwnam NAME X<getpwnam> X<getgrnam> X<gethostbyname> X<getnetbyname> X<getprotobyname> X<getpwuid> X<getgrgid> X<getservbyname> X<gethostbyaddr> X<getnetbyaddr> X<getprotobynumber> X<...
    perldoc.perl.org/functions/setprotoent.txt
    Registered: Sun May 12 10:51:01 UTC 2024
    - 7K bytes
    - Viewed (0)
  8. finally.txt

    =over =item try =item catch =item finally These flow-control keywords related to the experimental C<try> feature are documented in L<perlsyn/"Try Catch Exception Handling">. =back
    perldoc.perl.org/functions/finally.txt
    Registered: Sun May 12 11:13:15 UTC 2024
    - 184 bytes
    - Viewed (0)
  9. foreach.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/foreach.txt
    Registered: Sun May 12 08:35:28 UTC 2024
    - 194 bytes
    - Viewed (0)
  10. while.txt

    =over =item else =item elsif =item for =item foreach =item if =item unless =item until =item while These flow-control keywords are documented in L<perlsyn/"Compound Statements">. =back
    perldoc.perl.org/functions/while.txt
    Registered: Sun May 12 14:09:57 UTC 2024
    - 194 bytes
    - Viewed (0)
Back to top