- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2001 - 2010 of 3,812 for filetype:txt (0.25 sec)
-
caller.txt
=over =item caller EXPR X<caller> X<call stack> X<stack> X<stack trace> =item caller Returns the context of the current pure perl subroutine call. In scalar context, returns the caller's package na...perldoc.perl.org/functions/caller.txtRegistered: Fri Apr 18 23:06:58 UTC 2025 - 4.6K bytes - Viewed (0) -
crypt.txt
=over =item crypt PLAINTEXT,SALT X<crypt> X<digest> X<hash> X<salt> X<plaintext> X<password> X<decrypt> X<cryptography> X<passwd> X<encrypt> Creates a digest string exactly like the L<crypt(3)> fun...perldoc.perl.org/functions/crypt.txtRegistered: Fri Apr 18 22:08:38 UTC 2025 - 3.6K bytes - Viewed (0) -
unpack.txt
=over =item unpack TEMPLATE,EXPR X<unpack> =item unpack TEMPLATE L<C<unpack>|/unpack TEMPLATE,EXPR> does the reverse of L<C<pack>|/pack TEMPLATE,LIST>: it takes a string and expands it out into a l...perldoc.perl.org/functions/unpack.txtRegistered: Fri Apr 18 21:46:43 UTC 2025 - 2.4K bytes - Viewed (0) -
exists.txt
=over =item exists EXPR X<exists> X<autovivification> Given an expression that specifies an element of a hash, returns true if the specified element in the hash has ever been initialized, even if t...perldoc.perl.org/functions/exists.txtRegistered: Fri Apr 18 19:02:49 UTC 2025 - 2.5K bytes - Viewed (0) -
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.txtRegistered: Fri Apr 18 21:52:24 UTC 2025 - 1.6K bytes - Viewed (0) -
chdir.txt
=over =item chdir EXPR X<chdir> X<cd> X<directory, change> =item chdir FILEHANDLE =item chdir DIRHANDLE =item chdir Changes the working directory to EXPR, if possible. If EXPR is omitted, changes t...perldoc.perl.org/functions/chdir.txtRegistered: Fri Apr 18 21:22:54 UTC 2025 - 754 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: Fri Apr 18 22:45:03 UTC 2025 - 229 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 Apr 20 20:08:57 UTC 2025 - 116.1K bytes - Viewed (0) -
I18N::LangTags.txt
# Time-stamp: "2004-10-06 23:26:33 ADT" # Sean M. Burke <sburke@cpan.org> require 5.000; package I18N::LangTags; use strict; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(); our @EXPO...perldoc.perl.org/I18N::LangTags.txtRegistered: Sun Apr 20 20:37:18 UTC 2025 - 27.4K bytes - Viewed (0) -
ExtUtils::MM_Win32.txt
package ExtUtils::MM_Win32; use strict; use warnings; =head1 NAME ExtUtils::MM_Win32 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_Win32; # Done inter...perldoc.perl.org/ExtUtils::MM_Win32.txtRegistered: Sun Apr 20 20:58:50 UTC 2025 - 14.7K bytes - Viewed (0)