- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 2,621 for host:perldoc.perl.org (0.03 sec)
-
DB_File - Perl5 access to Berkeley DB version 1...
DB_File ( source , CPAN ) version 1.859 CONTENTS NAME SYNOPSIS DESCRIPTION Using DB_File with Berkeley DB version 2 o...perldoc.perl.org/DB_FileRegistered: Wed Apr 16 11:16:20 UTC 2025 - 92.7K bytes - Viewed (0) -
CPAN::Meta::Requirements::Range - a set of vers...
CPAN::Meta::Requirements::Range ( source , CPAN ) version 2.143 CONTENTS NAME VERSION SYNOPSIS DESCRIPTION METHODS wi...perldoc.perl.org/CPAN::Meta::Requirements::RangeRegistered: Wed Apr 16 11:16:37 UTC 2025 - 31.5K bytes - Viewed (0) -
Config::Extensions - hash lookup of which core ...
Config::Extensions ( source , CPAN ) version 0.03 CONTENTS NAME SYNOPSIS DESCRIPTION AUTHOR # NAME Config::Extensions...perldoc.perl.org/Config::ExtensionsRegistered: Wed Apr 16 11:16:59 UTC 2025 - 23.3K bytes - Viewed (0) -
App::Cpan - easily interact with CPAN from the ...
App::Cpan ( source , CPAN ) version 1.678 CONTENTS NAME SYNOPSIS DESCRIPTION Options Examples Environment variables M...perldoc.perl.org/App::CpanRegistered: Wed Apr 16 11:17:41 UTC 2025 - 36.3K bytes - Viewed (0) -
$0.txt
=over =item $PROGRAM_NAME =item $0 X<$0> X<$PROGRAM_NAME> Contains the name of the program being executed. On some (but not all) operating systems assigning to C<$0> modifies the argument area that...perldoc.perl.org/variables/$0.txtRegistered: Wed Apr 16 22:25:10 UTC 2025 - 2.3K bytes - Viewed (0) -
$^X.txt
=over =item $EXECUTABLE_NAME =item $^X X<$^X> X<$EXECUTABLE_NAME> The name used to execute the current copy of Perl, from C's C<argv[0]> or (where supported) F</proc/self/exe>. Depending on the hos...perldoc.perl.org/variables/$^X.txtRegistered: Wed Apr 16 22:13:59 UTC 2025 - 2K bytes - Viewed (0) -
% .txt
=over =item %{^CAPTURE} =item %LAST_PAREN_MATCH =item %+ X<%+> X<%LAST_PAREN_MATCH> X<%{^CAPTURE}> Similar to C<@+>, the C<%+> hash allows access to the named capture buffers, should they exist, in...perldoc.perl.org/variables/% .txtRegistered: Wed Apr 16 22:49:53 UTC 2025 - 1.2K bytes - Viewed (0) -
%^H.txt
=over =item %^H X<%^H> The C<%^H> hash provides the same scoping semantics as L<C<$^H>|/$^H>. This makes it useful for implementing lexically scoped pragmas. See L<perlpragma>. All the entries are ...perldoc.perl.org/variables/%^H.txtRegistered: Thu Apr 17 00:49:30 UTC 2025 - 909 bytes - Viewed (0) -
%ENV.txt
=over =item %ENV X<%ENV> The hash C<%ENV> contains your current environment. Setting a value in C<ENV> changes the environment for any child processes you subsequently C<fork()> off. As of v5.18.0,...perldoc.perl.org/variables/%ENV.txtRegistered: Wed Apr 16 21:13:48 UTC 2025 - 746 bytes - Viewed (0) -
$'.txt
=over =item $POSTMATCH =item $' X<$'> X<$POSTMATCH> X<@-> The string following whatever was matched by the last successful pattern match. (See L</Scoping Rules of Regex Variables>). Example: local ...perldoc.perl.org/variables/$'.txtRegistered: Wed Apr 16 20:45:28 UTC 2025 - 528 bytes - Viewed (0)