- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 651 - 660 of 3,812 for filetype:txt (0.18 sec)
-
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) -
readdir.txt
=over =item readdir DIRHANDLE X<readdir> Returns the next directory entry for a directory opened by L<C<opendir>|/opendir DIRHANDLE,EXPR>. If used in list context, returns all the rest of the entri...perldoc.perl.org/functions/readdir.txtRegistered: Fri Apr 18 18:00:24 UTC 2025 - 1.5K bytes - Viewed (0) -
chroot.txt
=over =item chroot FILENAME X<chroot> X<root> =item chroot This function works like the system call by the same name: it makes the named directory the new root directory for all further pathnames t...perldoc.perl.org/functions/chroot.txtRegistered: Fri Apr 18 20:11:32 UTC 2025 - 760 bytes - Viewed (0) -
sqrt.txt
=over =item sqrt EXPR X<sqrt> X<root> X<square root> =item sqrt Return the positive square root of EXPR. If EXPR is omitted, uses L<C<$_>|perlvar/$_>. Works only for non-negative operands unless yo...perldoc.perl.org/functions/sqrt.txtRegistered: Fri Apr 18 20:54:54 UTC 2025 - 325 bytes - Viewed (0)