Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 6,183 for content_length:[0 TO 9999] (0.03 sec)

  1. perlboot.txt

    =encoding utf8 =head1 NAME perlboot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perlboot.txt
    Registered: Sun Aug 31 00:02:36 UTC 2025
    - 294 bytes
    - Viewed (0)
  2. dbmclose.txt

    =over =item dbmclose HASH X<dbmclose> [This function has been largely superseded by the L<C<untie>|/untie VARIABLE> function.] Breaks the binding between a DBM file and a hash. Portability issues: ...
    perldoc.perl.org/functions/dbmclose.txt
    Registered: Sun Aug 31 05:30:39 UTC 2025
    - 229 bytes
    - Viewed (0)
  3. fcntl.txt

    =over =item fcntl FILEHANDLE,FUNCTION,SCALAR X<fcntl> Implements the L<fcntl(2)> function. You'll probably have to say use Fcntl; first to get the correct constant definitions. Argument processing ...
    perldoc.perl.org/functions/fcntl.txt
    Registered: Sun Aug 31 09:52:55 UTC 2025
    - 1.5K bytes
    - Viewed (0)
  4. unlink.txt

    =over =item unlink LIST X<unlink> X<delete> X<remove> X<rm> X<del> =item unlink Deletes a list of files. On success, it returns the number of files it successfully deleted. On failure, it returns f...
    perldoc.perl.org/functions/unlink.txt
    Registered: Sun Aug 31 10:44:50 UTC 2025
    - 1008 bytes
    - Viewed (0)
  5. say.txt

    =over =item say FILEHANDLE LIST X<say> =item say FILEHANDLE =item say LIST =item say Just like L<C<print>|/print FILEHANDLE LIST>, but implicitly appends a newline at the end of the LIST instead of...
    perldoc.perl.org/functions/say.txt
    Registered: Sun Aug 31 10:59:12 UTC 2025
    - 686 bytes
    - Viewed (0)
  6. rewinddir.txt

    =over =item rewinddir DIRHANDLE X<rewinddir> Sets the current position to the beginning of the directory for the L<C<readdir>|/readdir DIRHANDLE> routine on DIRHANDLE. Portability issues: L<perlpor...
    perldoc.perl.org/functions/rewinddir.txt
    Registered: Sun Aug 31 06:17:18 UTC 2025
    - 220 bytes
    - Viewed (0)
  7. sort.txt

    =over =item sort SUBNAME LIST X<sort> =item sort BLOCK LIST =item sort LIST In list context, this sorts the LIST and returns the sorted list value. In scalar context, the behaviour of C<sort> is un...
    perldoc.perl.org/functions/sort.txt
    Registered: Sun Aug 31 14:06:43 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  8. binmode.txt

    =over =item binmode FILEHANDLE, LAYER X<binmode> X<binary> X<text> X<DOS> X<Windows> =item binmode FILEHANDLE Arranges for FILEHANDLE to be read or written in "binary" or "text" mode on systems whe...
    perldoc.perl.org/functions/binmode.txt
    Registered: Sun Aug 31 16:53:02 UTC 2025
    - 5.1K bytes
    - Viewed (0)
  9. readline.txt

    =over =item readline EXPR =item readline X<readline> X<gets> X<fgets> Reads from the filehandle whose typeglob is contained in EXPR (or from C<*ARGV> if EXPR is not provided). In scalar context, ea...
    perldoc.perl.org/functions/readline.txt
    Registered: Sun Aug 31 16:11:20 UTC 2025
    - 2.4K bytes
    - Viewed (0)
  10. sysseek.txt

    =over =item sysseek FILEHANDLE,POSITION,WHENCE X<sysseek> X<lseek> Sets FILEHANDLE's system position I<in bytes> using L<lseek(2)>. FILEHANDLE may be an expression whose value gives the name of the...
    perldoc.perl.org/functions/sysseek.txt
    Registered: Sun Aug 31 17:01:41 UTC 2025
    - 1.8K bytes
    - Viewed (0)
Back to top