- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1441 - 1450 of 2,636 for host:perldoc.perl.org (0.07 sec)
-
ExtUtils::Installed.txt
use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...perldoc.perl.org/ExtUtils::Installed.txtRegistered: Thu Jul 10 20:50:53 UTC 2025 - 14K bytes - Viewed (0) -
-X
=over =item -X FILEHANDLE X<-r>X<-w>X<-x>X<-o>X<-R>X<-W>X<-X>X<-O>X<-e>X<-z>X<-s>X<-f>X<-d>X<-l>X<-p> X<-S>X<-b>X<-c>X<-t>X<-u>X<-g>X<-k>X<-T>X<-B>X<-M>X<-A>X<-C> =item -X EXPR =item -X DIRHANDLE =...perldoc.perl.org/5.18.1/functions/-XRegistered: Fri Apr 18 15:42:10 UTC 2025 - 6.3K bytes - Viewed (0) -
delete
=over =item delete EXPR X<delete> Given an expression that specifies an element or slice of a hash, L<C<delete>|/delete EXPR> deletes the specified elements from that hash so that L<C<exists>|/exis...perldoc.perl.org/5.36.1/functions/delete Similar Results (1)Registered: Fri Apr 18 13:21:47 UTC 2025 - 3.4K bytes - Viewed (0) -
Win32 - Interfaces to some Win32 API Functions ...
Win32 ( source , CPAN ) version 0.59 CONTENTS NAME DESCRIPTION Alphabetical Listing of Win32 Functions CAVEATS Short ...perldoc.perl.org/Win32Registered: Fri Jun 27 11:35:34 UTC 2025 - 55.4K bytes - Viewed (0) -
Win32CORE - Win32 CORE function stubs - Perldoc...
Win32CORE ( source , CPAN ) version 0.04 CONTENTS NAME DESCRIPTION HISTORY # NAME Win32CORE - Win32 CORE function stu...perldoc.perl.org/Win32CORERegistered: Fri Jun 27 11:37:35 UTC 2025 - 15.9K bytes - Viewed (0) -
VMS::Filespec - convert between VMS and Unix fi...
VMS::Filespec ( source , CPAN ) version 1.13 CONTENTS NAME SYNOPSIS DESCRIPTION rmsexpand vmsify unixify pathify file...perldoc.perl.org/VMS::FilespecRegistered: Fri Jun 27 11:37:45 UTC 2025 - 27.7K bytes - Viewed (0) -
VMS::Stdio - standard I/O functions via VMS ext...
VMS::Stdio ( source , CPAN ) version 2.46 CONTENTS NAME SYNOPSIS DESCRIPTION REVISION # NAME VMS::Stdio - standard I/...perldoc.perl.org/VMS::StdioRegistered: Fri Jun 27 11:38:36 UTC 2025 - 34.8K bytes - Viewed (0) -
VMS::DCLsym - Perl extension to manipulate DCL ...
VMS::DCLsym ( source , CPAN ) version 1.09 CONTENTS NAME SYNOPSIS DESCRIPTION Tied hash interface Object interface AU...perldoc.perl.org/VMS::DCLsymRegistered: Fri Jun 27 11:36:48 UTC 2025 - 21.8K bytes - Viewed (0) -
perlfaq9.txt
=head1 NAME perlfaq9 - Web, Email and Networking =head1 VERSION version 5.20240218 =head1 DESCRIPTION This section deals with questions related to running web sites, sending and receiving email as ...perldoc.perl.org/perlfaq9.txtRegistered: Fri Jun 27 14:04:17 UTC 2025 - 14.9K bytes - Viewed (0) -
$_.txt
=over =item $ARG =item $_ X<$_> X<$ARG> The default input and pattern-searching space. The following pairs are equivalent: while (<>) {...} # equivalent only in while! while (defined($_ = <>)) {......perldoc.perl.org/variables/$_.txtRegistered: Fri Jun 27 17:40:37 UTC 2025 - 1.9K bytes - Viewed (0)