- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 741 - 750 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
charnames - access to Unicode character names a...
charnames ( source , CPAN ) version 1.50 CONTENTS NAME SYNOPSIS DESCRIPTION LOOSE MATCHES ALIASES CUSTOM ALIASES char...perldoc.perl.org/charnamesRegistered: Wed Apr 16 10:38:40 UTC 2025 - 44K bytes - Viewed (0) -
Parse::CPAN::Meta - Parse META.yml and META.jso...
Parse::CPAN::Meta ( source , CPAN ) version 2.150010 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION METHODS load_file loa...perldoc.perl.org/Parse::CPAN::MetaRegistered: Wed Apr 16 11:37:33 UTC 2025 - 33.8K bytes - Viewed (0) -
IPC::Open2 - open a process for both reading an...
IPC::Open2 ( source , CPAN ) version 1.06 CONTENTS NAME SYNOPSIS DESCRIPTION WARNING SEE ALSO # NAME IPC::Open2 - ope...perldoc.perl.org/IPC::Open2Registered: Wed Apr 16 11:34:50 UTC 2025 - 25.4K bytes - Viewed (0) -
ExtUtils::PL2Bat - Batch file creation to run p...
ExtUtils::PL2Bat ( source , CPAN ) version 0.005 CONTENTS NAME VERSION OVERVIEW FUNCTIONS pl2bat(%opts) ACKNOWLEDGEME...perldoc.perl.org/ExtUtils::PL2BatRegistered: Wed Apr 16 11:29:37 UTC 2025 - 25.5K bytes - Viewed (0) -
IO::Pipe - supply object methods for pipes - Pe...
IO::Pipe ( source , CPAN ) version 1.55 CONTENTS NAME SYNOPSIS DESCRIPTION CONSTRUCTOR METHODS SEE ALSO AUTHOR COPYRI...perldoc.perl.org/IO::PipeRegistered: Wed Apr 16 11:36:24 UTC 2025 - 24.5K bytes - Viewed (0) -
Pod::Perldoc.txt
use 5.006; # we use some open(X, "<", $y) syntax package Pod::Perldoc; use strict; use warnings; use Config '%Config'; use Fcntl; # for sysopen use File::Basename qw(basename); use File::Spec::Func...perldoc.perl.org/Pod::Perldoc.txtRegistered: Fri Apr 18 09:30:10 UTC 2025 - 63.1K bytes - Viewed (0) -
select.txt
=over =item select FILEHANDLE X<select> X<filehandle, default> =item select Returns the currently selected filehandle. If FILEHANDLE is supplied, sets the new current default filehandle for output....perldoc.perl.org/functions/select.txtRegistered: Fri Apr 18 10:33:18 UTC 2025 - 4.6K bytes - Viewed (0) -
dump.txt
=over =item dump LABEL X<dump> X<core> X<undump> =item dump EXPR =item dump This function causes an immediate core dump. See also the B<-u> command-line switch in L<perlrun|perlrun/-u>, which does ...perldoc.perl.org/functions/dump.txtRegistered: Fri Apr 18 09:49:55 UTC 2025 - 1.4K bytes - Viewed (0) -
chmod.txt
=over =item chmod LIST X<chmod> X<permission> X<mode> Changes the permissions of a list of files. The first element of the list must be the numeric mode, which should probably be an octal number, a...perldoc.perl.org/functions/chmod.txtRegistered: Fri Apr 18 10:38:42 UTC 2025 - 1.4K bytes - Viewed (0) -
unshift.txt
=over =item unshift ARRAY,LIST X<unshift> Add one or more elements to the B<beginning> of an array. This is the opposite of a L<C<shift>|/shift ARRAY>. my @animals = ("cat"); unshift(@animals, "mou...perldoc.perl.org/functions/unshift.txtRegistered: Fri Apr 18 13:10:42 UTC 2025 - 945 bytes - Viewed (0)