- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 651 - 660 of 3,812 for filetype:txt (0.09 sec)
-
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.txtRegistered: Fri Apr 18 00:07:10 UTC 2025 - 10.3K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 19:47:36 UTC 2025 - 5K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 23:21:58 UTC 2025 - 4.9K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 23:13:44 UTC 2025 - 4.1K bytes - Viewed (0) -
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.txtRegistered: Thu Apr 17 08:16:02 UTC 2025 - 443.7K bytes - Viewed (0) -
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.txtRegistered: Sun Apr 20 01:47:33 UTC 2025 - 255K bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 20:18:25 UTC 2025 - 3.9K bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 16:11:11 UTC 2025 - 3.3K bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 19:29:22 UTC 2025 - 2.6K bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 17:16:48 UTC 2025 - 2.8K bytes - Viewed (0)