- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1701 - 1710 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
IPC::Semaphore.txt
########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...perldoc.perl.org/IPC::Semaphore.txtRegistered: Wed Jan 28 18:59:14 UTC 2026 - 6.3K bytes - Viewed (0) -
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: Wed Jan 28 19:21:28 UTC 2026 - 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: Wed Jan 28 21:47:21 UTC 2026 - 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: Wed Jan 28 21:43:59 UTC 2026 - 2.9K bytes - Viewed (0) -
Pod::Html.txt
package Pod::Html; use strict; use Exporter 'import'; our $VERSION = 1.35; $VERSION = eval $VERSION; our @EXPORT = qw(pod2html); use Config; use Cwd; use File::Basename; use File::Spec; use Pod::Si...perldoc.perl.org/Pod::Html.txtRegistered: Wed Jan 28 20:06:18 UTC 2026 - 21.5K bytes - Viewed (0) -
Math::BigInt::Calc.txt
package Math::BigInt::Calc; use 5.006001; use strict; use warnings; use Carp qw< carp croak >; use Math::BigInt::Lib; our $VERSION = '2.005002'; $VERSION =~ tr/_//d; our @ISA = ('Math::BigInt::Lib'...perldoc.perl.org/Math::BigInt::Calc.txtRegistered: Thu Jan 29 01:40:55 UTC 2026 - 74.3K bytes - Viewed (0) -
Pod::ParseLink.txt
# Parse an L<> formatting code in POD text. # # This module implements parsing of the text of an L<> formatting code as # defined in perlpodspec. It should be suitable for any POD formatter. It # e...perldoc.perl.org/Pod::ParseLink.txtRegistered: Wed Jan 28 22:24:40 UTC 2026 - 6.2K bytes - Viewed (0) -
PerlIO::encoding.txt
package PerlIO::encoding; use strict; our $VERSION = '0.31'; our $DEBUG = 0; $DEBUG and warn __PACKAGE__, " called by ", join(", ", caller), "\n"; # # Equivalent of this is done in encoding.xs - do...perldoc.perl.org/PerlIO::encoding.txtRegistered: Wed Jan 28 22:21:47 UTC 2026 - 1.2K bytes - Viewed (0) -
perlthrtut - Tutorial on threads in Perl - Perl...
perlthrtut ( source , CPAN ) CONTENTS NAME DESCRIPTION What Is A Thread Anyway? Threaded Program Models Boss/Worker W...perldoc.perl.org/perlthrtutRegistered: Mon Jan 26 12:08:44 UTC 2026 - 74.7K bytes - Viewed (0) -
perl5402delta - what is new for perl v5.40.2 - ...
perl5402delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security [CVE-2024-56406] Heap buffer overflow vulnerabilit...perldoc.perl.org/perl5402deltaRegistered: Mon Jan 26 12:08:52 UTC 2026 - 21.4K bytes - Viewed (0)