Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 651 - 660 of 3,812 for filetype:txt (0.09 sec)

  1. perlfaq2.txt

    =pod =encoding UTF-8 =head1 NAME perlfaq2 - Obtaining and Learning about Perl =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section of the FAQ answers questions about where to find sour...
    perldoc.perl.org/perlfaq2.txt
    Registered: Fri Apr 18 00:07:10 UTC 2025
    - 10.3K bytes
    - Viewed (0)
  2. perl5283delta.txt

    =encoding utf8 =head1 NAME perl5283delta - what is new for perl v5.28.3 =head1 DESCRIPTION This document describes differences between the 5.28.2 release and the 5.28.3 release. If you are upgradin...
    perldoc.perl.org/perl5283delta.txt
    Registered: Thu Apr 17 19:47:36 UTC 2025
    - 5K bytes
    - Viewed (0)
  3. perl5303delta.txt

    =encoding utf8 =head1 NAME perl5303delta - what is new for perl v5.30.3 =head1 DESCRIPTION This document describes differences between the 5.30.2 release and the 5.30.3 release. If you are upgradin...
    perldoc.perl.org/perl5303delta.txt
    Registered: Thu Apr 17 23:21:58 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  4. perl5341delta.txt

    =encoding utf8 =head1 NAME perl5341delta - what is new for perl v5.34.1 =head1 DESCRIPTION This document describes differences between the 5.34.0 release and the 5.34.1 release. If you are upgradin...
    perldoc.perl.org/perl5341delta.txt
    Registered: Thu Apr 17 23:13:44 UTC 2025
    - 4.1K bytes
    - Viewed (0)
  5. perluniprops.txt

    =begin comment # !!!!!!! DO NOT EDIT THIS FILE !!!!!!! # This file is machine-generated by lib/unicore/mktables from the Unicode # database, Version 15.0.0. Any changes made here will be lost! To c...
    perldoc.perl.org/perluniprops.txt
    Registered: Thu Apr 17 08:16:02 UTC 2025
    - 443.7K bytes
    - Viewed (0)
  6. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Sun Apr 20 01:47:33 UTC 2025
    - 255K bytes
    - Viewed (0)
  7. flock.txt

    =over =item flock FILEHANDLE,OPERATION X<flock> X<lock> X<locking> Calls L<flock(2)>, or an emulation of it, on FILEHANDLE. Returns true for success, false on failure. Produces a fatal error if use...
    perldoc.perl.org/functions/flock.txt
    Registered: Fri Apr 18 20:18:25 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  8. substr.txt

    =over =item substr EXPR,OFFSET,LENGTH,REPLACEMENT X<substr> X<substring> X<mid> X<left> X<right> =item substr EXPR,OFFSET,LENGTH =item substr EXPR,OFFSET Extracts a substring out of EXPR and return...
    perldoc.perl.org/functions/substr.txt
    Registered: Fri Apr 18 16:11:11 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  9. fc.txt

    =over =item fc EXPR X<fc> X<foldcase> X<casefold> X<fold-case> X<case-fold> =item fc Returns the casefolded version of EXPR. This is the internal function implementing the C<\F> escape in double-qu...
    perldoc.perl.org/functions/fc.txt
    Registered: Fri Apr 18 19:29:22 UTC 2025
    - 2.6K bytes
    - Viewed (0)
  10. close.txt

    =over =item close FILEHANDLE X<close> =item close Closes the file or pipe associated with the filehandle, flushes the IO buffers, and closes the system file descriptor. Returns true if those operat...
    perldoc.perl.org/functions/close.txt
    Registered: Fri Apr 18 17:16:48 UTC 2025
    - 2.8K bytes
    - Viewed (0)
Back to top