- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 491 - 500 of 3,197 for filetype:txt (0.09 sec)
-
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.txtRegistered: Wed Nov 20 20:14:12 UTC 2024 - 1K bytes - Viewed (0) -
chr.txt
=over =item chr NUMBER X<chr> X<character> X<ASCII> X<Unicode> =item chr Returns the character represented by that NUMBER in the character set. For example, C<chr(65)> is C<"A"> in either ASCII or ...perldoc.perl.org/functions/chr.txtRegistered: Wed Nov 20 18:27:55 UTC 2024 - 711 bytes - Viewed (0) -
log.txt
=over =item log EXPR X<log> X<logarithm> X<e> X<ln> X<base> =item log Returns the natural logarithm (base I<e>) of EXPR. If EXPR is omitted, returns the log of L<C<$_>|perlvar/$_>. To get the log o...perldoc.perl.org/functions/log.txtRegistered: Wed Nov 20 20:56:40 UTC 2024 - 495 bytes - Viewed (0) -
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.txtRegistered: Wed Nov 20 20:42:49 UTC 2024 - 229 bytes - Viewed (0) -
Math::BigInt.txt
# -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...perldoc.perl.org/Math::BigInt.txtRegistered: Sat Nov 16 20:12:19 UTC 2024 - 284.9K bytes - Viewed (0) -
File::Temp.txt
package File::Temp; # git description: v0.2310-3-gc7148fe # ABSTRACT: return name and handle of a temporary file safely our $VERSION = '0.2311'; #pod =begin :__INTERNALS #pod #pod =head1 PORTABILIT...perldoc.perl.org/File::Temp.txtRegistered: Sun Nov 17 03:35:26 UTC 2024 - 116.1K bytes - Viewed (0) -
IO::Compress::FAQ.txt
=head1 NAME IO::Compress::FAQ -- Frequently Asked Questions about IO::Compress =head1 DESCRIPTION Common questions answered. =head1 GENERAL =head2 Compatibility with Unix compress/uncompress. Altho...perldoc.perl.org/IO::Compress::FAQ.txtRegistered: Sun Nov 17 02:05:27 UTC 2024 - 20.5K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.91'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Sun Nov 17 03:28:58 UTC 2024 - 15.5K bytes - Viewed (0) -
TAP::Formatter::Base.txt
package TAP::Formatter::Base; use strict; use warnings; use base 'TAP::Base'; use POSIX qw(strftime); my $MAX_ERRORS = 5; my %VALIDATION_FOR; BEGIN { %VALIDATION_FOR = ( directives => sub { shift; ...perldoc.perl.org/TAP::Formatter::Base.txtRegistered: Sun Nov 17 04:35:36 UTC 2024 - 12.1K bytes - Viewed (0) -
Symbol.txt
package Symbol; use strict; use warnings; =head1 NAME Symbol - manipulate Perl symbols and their names =head1 SYNOPSIS use Symbol; $sym = gensym; open($sym, '<', "filename"); $_ = <$sym>; # etc. un...perldoc.perl.org/Symbol.txtRegistered: Sun Nov 17 04:21:48 UTC 2024 - 4.8K bytes - Viewed (0)