- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2441 - 2450 of 2,642 for host:perldoc.perl.org (0.04 sec)
-
FileHandle.txt
package FileHandle; use 5.006; use strict; our($VERSION, @ISA, @EXPORT, @EXPORT_OK); $VERSION = "2.05"; require IO::File; @ISA = qw(IO::File); @EXPORT = qw(_IOFBF _IOLBF _IONBF); @EXPORT_OK = qw( p...perldoc.perl.org/FileHandle.txtRegistered: Sun Sep 14 03:44:30 UTC 2025 - 6.6K bytes - Viewed (0) -
List::Util::XS.txt
package List::Util::XS; use strict; use warnings; use List::Util; our $VERSION = "1.68_01"; # FIXUP $VERSION =~ tr/_//d; # FIXUP 1; __END__ =head1 NAME List::Util::XS - Indicate if List::Util was c...perldoc.perl.org/List::Util::XS.txtRegistered: Sun Sep 14 00:32:51 UTC 2025 - 1021 bytes - Viewed (0) -
B::Deparse.txt
# B::Deparse.pm # Copyright (c) 1998-2000, 2002, 2003, 2004, 2005, 2006 Stephen McCamant. # All rights reserved. # This module is free software; you can redistribute and/or modify # it under the sa...perldoc.perl.org/B::Deparse.txtRegistered: Sat Sep 13 00:47:46 UTC 2025 - 218.4K bytes - Viewed (0) -
Pod::Simple::Search.txt
package Pod::Simple::Search; use strict; use warnings; our $VERSION = '3.45'; ## Current version of this package BEGIN { *DEBUG = sub () {0} unless defined &DEBUG; } # set DEBUG level use Carp (); ...perldoc.perl.org/Pod::Simple::Search.txtRegistered: Sun Sep 14 05:46:50 UTC 2025 - 34.9K bytes - Viewed (0) -
Pod::Usage.txt
########## # Pod/Usage.pm -- print usage messages for the running script. # # Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved. # Copyright (c) 2001-2016 by Marek Rouchal. # This f...perldoc.perl.org/Pod::Usage.txtRegistered: Sun Sep 14 07:01:57 UTC 2025 - 30.3K bytes - Viewed (0) -
Pod::Escapes.txt
package Pod::Escapes; use strict; use warnings; use 5.006; use vars qw( %Code2USASCII %Name2character %Name2character_number %Latin1Code_to_fallback %Latin1Char_to_fallback $FAR_CHAR $FAR_CHAR_NUMB...perldoc.perl.org/Pod::Escapes.txtRegistered: Sun Sep 14 06:34:18 UTC 2025 - 17.5K bytes - Viewed (0) -
Parse::CPAN::Meta.txt
use 5.008001; use strict; use warnings; package Parse::CPAN::Meta; # ABSTRACT: Parse META.yml and META.json CPAN metadata files our $VERSION = '2.150010'; use Exporter; use Carp 'croak'; our @ISA =...perldoc.perl.org/Parse::CPAN::Meta.txtRegistered: Sun Sep 14 07:08:27 UTC 2025 - 10.5K bytes - Viewed (0) -
PerlIO::via.txt
package PerlIO::via; our $VERSION = '0.19'; require XSLoader; XSLoader::load(); 1; __END__ =head1 NAME PerlIO::via - Helper class for PerlIO layers implemented in perl =head1 SYNOPSIS use PerlIO::v...perldoc.perl.org/PerlIO::via.txtRegistered: Sun Sep 14 06:27:46 UTC 2025 - 7.1K bytes - Viewed (0) -
Sub::Util.txt
# Copyright (c) 2014 Paul Evans <leonerd@leonerd.org.uk>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. packa...perldoc.perl.org/Sub::Util.txtRegistered: Sun Sep 14 07:35:32 UTC 2025 - 4.6K bytes - Viewed (0) -
Pod::Perldoc::ToTerm.txt
package Pod::Perldoc::ToTerm; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_...perldoc.perl.org/Pod::Perldoc::ToTerm.txtRegistered: Sun Sep 14 07:13:46 UTC 2025 - 3.7K bytes - Viewed (0)