- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2331 - 2340 of 2,657 for host:perldoc.perl.org (0.03 sec)
-
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: Thu Jan 29 05:06:34 UTC 2026 - 4.6K bytes - Viewed (0) -
IO::Seekable.txt
# package IO::Seekable; =head1 NAME IO::Seekable - supply seek based methods for I/O objects =head1 SYNOPSIS use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable); =head1 DESCRIPTION C<I...perldoc.perl.org/IO::Seekable.txtRegistered: Wed Jan 28 23:37:44 UTC 2026 - 2.8K bytes - Viewed (0) -
Pod::Perldoc::ToPod.txt
package Pod::Perldoc::ToPod; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_e...perldoc.perl.org/Pod::Perldoc::ToPod.txtRegistered: Wed Jan 28 23:27:37 UTC 2026 - 1.9K bytes - Viewed (0) -
Test2::Compare::DeepRef.txt
package Test2::Compare::DeepRef; use strict; use warnings; use base 'Test2::Compare::Base'; our $VERSION = '1.302210'; use Test2::Util::HashBase qw/input/; use Test2::Util::Ref qw/render_ref rtype/...perldoc.perl.org/Test2::Compare::DeepRef.txtRegistered: Thu Jan 29 03:51:46 UTC 2026 - 1.9K bytes - Viewed (0) -
perl5242delta - what is new for perl v5.24.2 - ...
perl5242delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Security Improved handling of '.' in @INC in base.pm "Escap...perldoc.perl.org/perl5242deltaRegistered: Mon Jan 26 12:15:51 UTC 2026 - 22.1K bytes - Viewed (0) -
perljp - 日本語 Perl ガイド - Perldoc Browser
perljp ( source , CPAN ) CONTENTS NAME 説明 (jcode.pl|Jcode.pm|JPerl) からの移行 さらに詳しく Perl全般に関する URL Perlの修得に役立つ URL Perl ...perldoc.perl.org/perljpRegistered: Mon Jan 26 12:15:59 UTC 2026 - 28.1K bytes - Viewed (0) -
ExtUtils::MM_VMS.txt
package ExtUtils::MM_VMS; use strict; use warnings; use ExtUtils::MakeMaker::Config; require Exporter; BEGIN { # so we can compile the thing on non-VMS platforms. if( $^O eq 'VMS' ) { require VMS::...perldoc.perl.org/ExtUtils::MM_VMS.txtRegistered: Tue Jan 27 23:28:18 UTC 2026 - 66.7K bytes - Viewed (0) -
ExtUtils::ParseXS::Utilities.txt
package ExtUtils::ParseXS::Utilities; use strict; use warnings; use Exporter; use File::Spec; use ExtUtils::ParseXS::Constants (); our $VERSION = '3.57'; our (@ISA, @EXPORT_OK); @ISA = qw(Exporter)...perldoc.perl.org/ExtUtils::ParseXS::Utilities.txtRegistered: Wed Jan 28 02:09:36 UTC 2026 - 20.1K bytes - Viewed (0) -
Filter::Util::Call.txt
# Call.pm # # Copyright (c) 1995-2011 Paul Marquess. All rights reserved. # Copyright (c) 2011-2014, 2018-2022 Reini Urban. All rights reserved. # Copyright (c) 2014-2017 cPanel Inc. All rights res...perldoc.perl.org/Filter::Util::Call.txtRegistered: Wed Jan 28 01:52:25 UTC 2026 - 13.7K bytes - Viewed (0) -
Encode::Unicode.txt
package Encode::Unicode; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.20 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE__, $VERS...perldoc.perl.org/Encode::Unicode.txtRegistered: Wed Jan 28 00:20:37 UTC 2026 - 8.7K bytes - Viewed (0)