Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2531 - 2540 of 6,576 for content_length:[0 TO 9999] (0.09 sec)

  1. 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: Sat Dec 13 07:51:03 UTC 2025
    - 5.3K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. 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)
  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 Dec 13 07:14:25 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  6. 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)
  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: Sat Dec 13 06:58:58 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Wed Dec 17 00:34:46 UTC 2025
    - 9.6K bytes
    - Viewed (0)
Back to top