- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 851 - 860 of 2,612 for host:perldoc.perl.org (0.2 sec)
- 
				IPC::Cmd.txtpackage IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...perldoc.perl.org/IPC::Cmd.txtRegistered: Wed Oct 29 10:50:44 UTC 2025 - 66K bytes - Viewed (0)
- 
				File::Find.txtpackage File::Find; use 5.006; use strict; use warnings; use warnings::register; use Exporter 'import'; require Cwd; require File::Basename; require File::Spec; our $VERSION = '1.44'; our @EXPORT =...perldoc.perl.org/File::Find.txtRegistered: Wed Oct 29 11:43:20 UTC 2025 - 36.6K bytes - Viewed (0)
- 
				IO::Uncompress::Base.txtpackage IO::Uncompress::Base ; use strict ; use warnings; use bytes; our (@ISA, $VERSION, @EXPORT_OK, %EXPORT_TAGS); @ISA = qw(IO::File Exporter); $VERSION = '2.213'; use constant G_EOF => 0 ; use ...perldoc.perl.org/IO::Uncompress::Base.txtRegistered: Wed Oct 29 18:59:10 UTC 2025 - 37.6K bytes - Viewed (0)
- 
				Filter::Simple.txtpackage Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...perldoc.perl.org/Filter::Simple.txtRegistered: Wed Oct 29 20:37:47 UTC 2025 - 23.4K bytes - Viewed (0)
- 
				File::Spec::VMS.txtpackage File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...perldoc.perl.org/File::Spec::VMS.txtRegistered: Wed Oct 29 19:31:32 UTC 2025 - 16.1K bytes - Viewed (0)
- 
				File::Spec::Win32.txtpackage File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...perldoc.perl.org/File::Spec::Win32.txtRegistered: Wed Oct 29 09:28:45 UTC 2025 - 10.5K bytes - Viewed (0)
- 
				I18N::LangTags::Detect.txt# Time-stamp: "2004-06-20 21:47:55 ADT" require 5; package I18N::LangTags::Detect; use strict; our ( $MATCH_SUPERS, $USING_LANGUAGE_TAGS, $USE_LITERALS, $MATCH_SUPERS_TIGHTLY); BEGIN { unless(defin...perldoc.perl.org/I18N::LangTags::Detect.txtRegistered: Wed Oct 29 08:19:54 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				IO::Pipe.txt# IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...perldoc.perl.org/IO::Pipe.txtRegistered: Wed Oct 29 11:08:27 UTC 2025 - 5.4K bytes - Viewed (0)
- 
				IPC::Msg.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::Msg.txtRegistered: Wed Oct 29 18:03:55 UTC 2025 - 4.4K bytes - Viewed (0)
- 
				perlgit - Detailed information about git and th...perlgit ( source , CPAN ) CONTENTS NAME DESCRIPTION CLONING THE REPOSITORY WORKING WITH THE REPOSITORY Finding out yo...perldoc.perl.org/perlgitRegistered: Fri Oct 24 18:09:19 UTC 2025 - 55K bytes - Viewed (0)