Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 181 - 190 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. gethostent.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/gethostent.txt
    Registered: Sat May 11 21:37:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. die.txt

    =over =item die LIST X<die> X<throw> X<exception> X<raise> X<$@> X<abort> L<C<die>|/die LIST> raises an exception. Inside an L<C<eval>|/eval EXPR> the exception is stuffed into L<C<$@>|perlvar/$@> ...
    perldoc.perl.org/functions/die.txt
    Registered: Sat May 11 19:34:39 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. do.txt

    =over =item do BLOCK X<do> X<block> Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the C<while> or C<until> loop modif...
    perldoc.perl.org/functions/do.txt
    Registered: Sat May 11 20:06:49 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. 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 11 21:00:12 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. syscall.txt

    =over =item syscall NUMBER, LIST X<syscall> X<system call> Calls the system call specified as the first element of the list, passing the remaining elements as arguments to the system call. If unimp...
    perldoc.perl.org/functions/syscall.txt
    Registered: Sat May 11 20:49:17 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. 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 11 19:50:16 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. truncate.txt

    =over =item truncate FILEHANDLE,LENGTH X<truncate> =item truncate EXPR,LENGTH Truncates the file opened on FILEHANDLE, or named by EXPR, to the specified length. Raises an exception if truncate isn...
    perldoc.perl.org/functions/truncate.txt
    Registered: Sat May 11 20:35:57 UTC 2024
    - 573 bytes
    - Viewed (0)
  8. 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 11 21:14:58 UTC 2024
    - 410 bytes
    - Viewed (0)
  9. perl5300delta.txt

    =encoding utf8 =head1 NAME perl5300delta - what is new for perl v5.30.0 =head1 DESCRIPTION This document describes differences between the 5.28.0 release and the 5.30.0 release. If you are upgradin...
    perldoc.perl.org/perl5300delta.txt
    Registered: Sun May 12 19:09:33 UTC 2024
    - 39.7K bytes
    - Viewed (0)
  10. perlfaq6.txt

    =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20210520 =head1 DESCRIPTION This section is surprisingly small because the rest of the FAQ is littered with answers involving reg...
    perldoc.perl.org/perlfaq6.txt
    Registered: Sun May 12 15:06:19 UTC 2024
    - 38.6K bytes
    - Viewed (0)
Back to top