- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 2,612 for host:perldoc.perl.org (0.45 sec)
- 
				no.txt=over =item no MODULE VERSION LIST X<no declarations> X<unimporting> =item no MODULE VERSION =item no MODULE LIST =item no MODULE =item no VERSION See the L<C<use>|/use Module VERSION LIST> functio...perldoc.perl.org/functions/no.txtRegistered: Mon Oct 27 18:23:18 UTC 2025 - 244 bytes - Viewed (0)
- 
				diagnostics.txtpackage diagnostics; =head1 NAME diagnostics, splain - produce verbose warning diagnostics =head1 SYNOPSIS Using the C<diagnostics> pragma: use diagnostics; use diagnostics -verbose; diagnostics->e...perldoc.perl.org/diagnostics.txtRegistered: Tue Oct 28 00:49:02 UTC 2025 - 18.9K bytes - Viewed (0)
- 
				autodie::skip.txtpackage autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...perldoc.perl.org/autodie::skip.txtRegistered: Tue Oct 28 01:29:01 UTC 2025 - 1.2K bytes - Viewed (0)
- 
				B::Op_private.txt# -*- mode: Perl; buffer-read-only: t -*- # # lib/B/Op_private.pm # # Copyright (C) 2014 by Larry Wall and others # # You may distribute under the terms of either the GNU General Public # License o...perldoc.perl.org/B::Op_private.txtRegistered: Tue Oct 28 04:47:33 UTC 2025 - 41.7K bytes - Viewed (0)
- 
				bigfloat.txtpackage bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...perldoc.perl.org/bigfloat.txtRegistered: Tue Oct 28 02:06:19 UTC 2025 - 21.4K bytes - Viewed (0)
- 
				bytes.txtpackage bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...perldoc.perl.org/bytes.txtRegistered: Tue Oct 28 01:42:25 UTC 2025 - 3.8K bytes - Viewed (0)
- 
				I18N::LangTags::List.txtrequire 5; package I18N::LangTags::List; # Time-stamp: "2004-10-06 23:26:21 ADT" use strict; our (%Name, %Is_Disrec, $Debug); our $VERSION = '0.41'; # POD at the end. #--------- { # read the table ...perldoc.perl.org/I18N::LangTags::List.txtRegistered: Wed Oct 29 09:49:54 UTC 2025 - 28.1K bytes - Viewed (0)
- 
				Carp.txtpackage Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...perldoc.perl.org/Carp.txtRegistered: Tue Oct 28 15:17:42 UTC 2025 - 35.2K bytes - Viewed (0)
- 
				IO::Uncompress::AnyUncompress.txtpackage IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.213 (); use IO::Uncompress::Base 2.213 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...perldoc.perl.org/IO::Uncompress::AnyUncompress.txtRegistered: Wed Oct 29 10:37:36 UTC 2025 - 30.9K bytes - Viewed (0)
- 
				GDBM_File.txt# GDBM_File.pm -- Perl 5 interface to GNU gdbm library. =head1 NAME GDBM_File - Perl5 access to the gdbm library. =head1 SYNOPSIS use GDBM_File; [$db =] tie %hash, 'GDBM_File', $filename, GDBM_WRCR...perldoc.perl.org/GDBM_File.txtRegistered: Wed Oct 29 17:22:46 UTC 2025 - 20.2K bytes - Viewed (0)