- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 401 - 410 of 2,657 for host:perldoc.perl.org (0.06 sec)
-
ExtUtils::Command.txt
package ExtUtils::Command; use 5.00503; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(cp rm_f rm_rf mv cat eqtime mkpath touch test_f test_d chmod dos2unix);...perldoc.perl.org/ExtUtils::Command.txtRegistered: Wed Jan 28 02:22:43 UTC 2026 - 7.6K bytes - Viewed (0) -
File::Spec::OS2.txt
package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...perldoc.perl.org/File::Spec::OS2.txtRegistered: Wed Jan 28 01:24:41 UTC 2026 - 6.6K bytes - Viewed (0) -
FindBin.txt
# FindBin.pm # # Copyright (c) 1995 Graham Barr & Nick Ing-Simmons. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the same terms as Perl its...perldoc.perl.org/FindBin.txtRegistered: Tue Jan 27 23:09:26 UTC 2026 - 4.7K bytes - Viewed (0) -
perl5260delta - what is new for perl v5.26.0 - ...
perl5260delta ( source , CPAN ) CONTENTS NAME DESCRIPTION Notice Core Enhancements Lexical subroutines are no longer ...perldoc.perl.org/perl5260deltaRegistered: Mon Jan 26 12:17:34 UTC 2026 - 155.1K bytes - Viewed (0) -
perlos2 - Perl under OS/2, DOS, Win0.3*, Win0.9...
perlos2 ( source , CPAN ) CONTENTS NAME SYNOPSIS DESCRIPTION Target Other OSes Prerequisites Starting Perl programs u...perldoc.perl.org/perlos2 Similar Results (1)Registered: Mon Jan 26 12:21:46 UTC 2026 - 149.4K bytes - Viewed (0) -
HTTP::Tiny.txt
# vim: ts=4 sts=4 sw=4 et: package HTTP::Tiny; use strict; use warnings; # ABSTRACT: A small, simple, correct HTTP/1.1 client our $VERSION = '0.090'; sub _croak { require Carp; Carp::croak(@_) } #p...perldoc.perl.org/HTTP::Tiny.txtRegistered: Tue Jan 27 02:55:23 UTC 2026 - 79.6K bytes - Viewed (0) -
perlclib.txt
=head1 NAME perlclib - Interacting with standard C library functions =head1 DESCRIPTION The perl interpreter is written in C; XS code also expands to C. Inevitably, this code will call some functio...perldoc.perl.org/perlclib.txtRegistered: Tue Jan 27 00:37:55 UTC 2026 - 53.3K bytes - Viewed (0) -
IO::Socket::IP.txt
# You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2024 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Mon Jan 26 22:35:41 UTC 2026 - 40K bytes - Viewed (0) -
Memoize.txt
# -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...perldoc.perl.org/Memoize.txtRegistered: Tue Jan 27 00:11:56 UTC 2026 - 31.8K bytes - Viewed (0) -
Test::Harness.txt
package Test::Harness; use 5.006; use strict; use warnings; use constant IS_WIN32 => ( $^O =~ /^(MS)?Win32$/ ); use constant IS_VMS => ( $^O eq 'VMS' ); use TAP::Harness (); use TAP::Parser::Aggreg...perldoc.perl.org/Test::Harness.txtRegistered: Mon Jan 26 21:16:28 UTC 2026 - 16.1K bytes - Viewed (0)