- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 1,302 for label:perl (0.14 sec)
-
Net::FTP::dataconn.txt
## ## Generic data connection package ## package Net::FTP::dataconn; use 5.008001; use strict; use warnings; use Carp; use Errno; use Net::Cmd; our $VERSION = '3.15'; $Net::FTP::IOCLASS or die "ple...perldoc.perl.org/Net::FTP::dataconn.txtRegistered: Sat Nov 16 15:10:22 UTC 2024 - 4.9K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Sat Nov 16 18:17:26 UTC 2024 - 4.3K bytes - Viewed (0) -
Internals.txt
=head1 NAME Internals - Reserved special namespace for internals related functions =head1 SYNOPSIS $is_ro= Internals::SvREADONLY($x) $refcnt= Internals::SvREFCNT($x) hv_clear_placeholders(%hash); i...perldoc.perl.org/Internals.txtRegistered: Sat Nov 16 21:44:45 UTC 2024 - 2.9K bytes - Viewed (0) -
File::Spec::Functions.txt
package File::Spec::Functions; use File::Spec; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw( canonpath catdir catfile curdir r...perldoc.perl.org/File::Spec::Functions.txtRegistered: Sat Nov 16 17:37:18 UTC 2024 - 2.3K bytes - Viewed (0) -
perldoc.txt
=head1 NAME perldoc - Look up Perl documentation in Pod format. =head1 SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M Formatt...perldoc.perl.org/perldoc.txtRegistered: Fri Nov 15 10:58:00 UTC 2024 - 9.2K bytes - Viewed (0) -
perlop.txt
=encoding utf8 =head1 NAME X<operator> perlop - Perl expressions: operators, precedence, string literals =head1 DESCRIPTION In Perl, the operator determines what operation is performed, independent...perldoc.perl.org/perlop.txtRegistered: Fri Nov 15 11:50:43 UTC 2024 - 173.2K bytes - Viewed (0) -
variables.txt
=pod I<Full documentation of predefined variables: L<perlvar>> =head2 General Variables =over 8 =item * B<< $_ >> - The default input and pattern-searching space =item * B<< @_ >> - Within a subrou...perldoc.perl.org/variables.txtRegistered: Fri Nov 15 11:09:13 UTC 2024 - 10.5K bytes - Viewed (0) -
perlrun.txt
=head1 NAME perlrun - how to execute the Perl interpreter =head1 SYNOPSIS B<perl> S<[ B<-gsTtuUWX> ]> S<[ B<-h?v> ] [ B<-V>[:I<configvar>] ]> S<[ B<-cw> ] [ B<-d>[B<t>][:I<debugger>] ] [ B<-D>[I<nu...perldoc.perl.org/perlrun.txtRegistered: Tue Nov 19 17:51:53 UTC 2024 - 57.8K bytes - Viewed (0) -
perl589delta.txt
=head1 NAME perl589delta - what is new for perl v5.8.9 =head1 DESCRIPTION This document describes differences between the 5.8.8 release and the 5.8.9 release. =head1 Notice The 5.8.9 release will b...perldoc.perl.org/perl589delta.txtRegistered: Wed Nov 20 01:25:25 UTC 2024 - 52.6K bytes - Viewed (0) -
perl5320delta.txt
=pod =encoding utf8 =head1 NAME perl5320delta - what is new for perl v5.32.0 =head1 DESCRIPTION This document describes differences between the 5.30.0 release and the 5.32.0 release. If you are upg...perldoc.perl.org/perl5320delta.txtRegistered: Wed Nov 20 01:55:28 UTC 2024 - 52.8K bytes - Viewed (0)