Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1811 - 1820 of 2,397 for filetype:txt (0.06 sec)

  1. Pod::Perldoc.txt

    use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...
    perldoc.perl.org/Pod::Perldoc.txt
    Registered: Mon Nov 04 12:34:54 UTC 2024
    - 63.1K 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: Mon Nov 04 16:35:39 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. 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: Tue Nov 05 04:32:54 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  4. reset.txt

    =over =item reset EXPR X<reset> =item reset Generally used in a L<C<continue>|/continue BLOCK> block at the end of a loop to clear variables and reset C<m?pattern?> searches so that they work again...
    perldoc.perl.org/functions/reset.txt
    Registered: Tue Nov 05 07:03:15 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  5. getppid.txt

    =over =item getppid X<getppid> X<parent> X<pid> Returns the process id of the parent process. Note for Linux users: Between v5.8.1 and v5.16.0 Perl would work around non-POSIX thread semantics the ...
    perldoc.perl.org/functions/getppid.txt
    Registered: Tue Nov 05 06:35:50 UTC 2024
    - 428 bytes
    - Viewed (0)
  6. 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: Tue Nov 05 04:22:27 UTC 2024
    - 410 bytes
    - Viewed (0)
  7. 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: Mon Nov 04 21:20:20 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  8. 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: Mon Nov 04 21:17:33 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  9. 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: Mon Nov 04 23:14:11 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  10. 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: Tue Nov 05 03:58:00 UTC 2024
    - 1.8K bytes
    - Viewed (0)
Back to top