Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2461 - 2470 of 3,463 for filetype:txt (0.04 sec)

  1. $^.txt

    =over =item HANDLE->format_top_name(EXPR) =item $FORMAT_TOP_NAME =item $^ X<$^> X<$FORMAT_TOP_NAME> The name of the current top-of-page format for the currently selected output channel. The default...
    perldoc.perl.org/variables/$^.txt
    Registered: Sat Jun 07 07:49:55 UTC 2025
    - 385 bytes
    - Viewed (0)
  2. perlfaq6.txt

    =head1 NAME perlfaq6 - Regular Expressions =head1 VERSION version 5.20240218 =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: Sat Jun 07 11:45:12 UTC 2025
    - 38.6K bytes
    - Viewed (0)
  3. 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: Thu Jun 05 04:59:28 UTC 2025
    - 5.9K bytes
    - Viewed (0)
  4. 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: Thu Jun 05 03:21:44 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. 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: Thu Jun 05 06:36:50 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  6. 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: Thu Jun 05 05:32:41 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  7. 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: Thu Jun 05 03:29:21 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. index.txt

    =over =item index STR,SUBSTR,POSITION X<index> X<indexOf> X<InStr> =item index STR,SUBSTR The index function searches for one string within another, but without the wildcard-like behavior of a full...
    perldoc.perl.org/functions/index.txt
    Registered: Thu Jun 05 07:01:52 UTC 2025
    - 1K bytes
    - Viewed (0)
  9. pop.txt

    =over =item pop ARRAY X<pop> X<stack> =item pop Removes and returns the B<last> element of the array, shortening the array by one element. my @arr = ('cat', 'dog', 'mouse'); my $item = pop(@arr); #...
    perldoc.perl.org/functions/pop.txt
    Registered: Thu Jun 05 08:21:23 UTC 2025
    - 902 bytes
    - Viewed (0)
  10. symlink.txt

    =over =item symlink OLDFILE,NEWFILE X<symlink> X<link> X<symbolic link> X<link, symbolic> Creates a new filename symbolically linked to the old filename. Returns C<1> for success, C<0> otherwise. O...
    perldoc.perl.org/functions/symlink.txt
    Registered: Thu Jun 05 03:11:11 UTC 2025
    - 398 bytes
    - Viewed (0)
Back to top