Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 3461 - 3470 of 3,598 for filetype:txt (0.04 sec)

  1. 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: Sat Dec 13 03:28:11 UTC 2025
    - 4.4K 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 Dec 13 04:18:29 UTC 2025
    - 4K bytes
    - Viewed (0)
  3. 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 Dec 13 06:50:46 UTC 2025
    - 2K bytes
    - Viewed (0)
  4. 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 Dec 13 07:14:25 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  5. last.txt

    =over =item last LABEL X<last> X<break> =item last EXPR =item last The C<last> command is like the C<break> statement in C (as used in loops); it immediately exits the loop in question. If the LABE...
    perldoc.perl.org/functions/last.txt
    Registered: Sat Dec 13 02:25:17 UTC 2025
    - 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 Dec 13 06:58:58 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  7. import.txt

    =over =item import LIST X<import> There is no builtin C<import> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to another module. T...
    perldoc.perl.org/functions/import.txt
    Registered: Sat Dec 13 06:12:53 UTC 2025
    - 378 bytes
    - Viewed (0)
  8. link.txt

    =over =item link OLDFILE,NEWFILE X<link> Creates a new filename linked to the old filename. Returns true for success, false otherwise. Portability issues: L<perlport/link>. =back 183
    perldoc.perl.org/functions/link.txt
    Registered: Sat Dec 13 03:35:02 UTC 2025
    - 183 bytes
    - Viewed (0)
  9. Config::Perl::V.txt

    package Config::Perl::V; use strict; use warnings; use Config; use Exporter; our $VERSION = "0.38"; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( plv2hash summary myconfig signature ); our %EXPOR...
    perldoc.perl.org/Config::Perl::V.txt
    Registered: Sun Dec 14 18:17:34 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  10. mro.txt

    # mro.pm # # Copyright (c) 2007 Brandon L Black # Copyright (c) 2008,2009 Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License or the Artistic Lic...
    perldoc.perl.org/mro.txt
    Registered: Sun Dec 14 23:05:32 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top