- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 171 - 180 of 1,302 for label:perl (0.09 sec)
-
File::Spec::AmigaOS.txt
package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...perldoc.perl.org/File::Spec::AmigaOS.txtRegistered: Fri Apr 04 17:07:41 UTC 2025 - 982 bytes - Viewed (0) -
ExtUtils::MM_QNX.txt
package ExtUtils::MM_QNX; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_QNX - QNX speci...perldoc.perl.org/ExtUtils::MM_QNX.txtRegistered: Fri Apr 04 21:03:27 UTC 2025 - 907 bytes - Viewed (0) -
IO::Uncompress::AnyUncompress.txt
package IO::Uncompress::AnyUncompress ; use strict; use warnings; use bytes; use IO::Compress::Base::Common 2.212 (); use IO::Uncompress::Base 2.212 ; require Exporter ; our ($VERSION, @ISA, @EXPOR...perldoc.perl.org/IO::Uncompress::AnyUncompress.txtRegistered: Sat Apr 05 06:03:35 UTC 2025 - 30.9K bytes - Viewed (0) -
Net::POP3.txt
# Net::POP3.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...perldoc.perl.org/Net::POP3.txtRegistered: Sat Apr 05 06:23:34 UTC 2025 - 21.1K bytes - Viewed (0) -
Net::Cmd.txt
# Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...perldoc.perl.org/Net::Cmd.txtRegistered: Sat Apr 05 06:54:42 UTC 2025 - 20.5K bytes - Viewed (0) -
IPC::Open3.txt
package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...perldoc.perl.org/IPC::Open3.txtRegistered: Sat Apr 05 03:47:29 UTC 2025 - 13.1K bytes - Viewed (0) -
Net::libnetFAQ.txt
=head1 NAME libnetFAQ - libnet Frequently Asked Questions =head1 DESCRIPTION =head2 Where to get this document This document is distributed with the libnet distribution, and is also available on th...perldoc.perl.org/Net::libnetFAQ.txtRegistered: Sat Apr 05 06:40:19 UTC 2025 - 9.7K bytes - Viewed (0) -
Perl::OSType.txt
use strict; use warnings; package Perl::OSType; # ABSTRACT: Map Perl operating system names to generic types our $VERSION = '1.010'; require Exporter; our @ISA = qw(Exporter); our %EXPORT_TAGS = ( ...perldoc.perl.org/Perl::OSType.txtRegistered: Sat Apr 05 08:28:56 UTC 2025 - 4.6K bytes - Viewed (0) -
IO::Dir.txt
# IO::Dir.pm # # Copyright (c) 1997-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 it...perldoc.perl.org/IO::Dir.txtRegistered: Sat Apr 05 07:08:37 UTC 2025 - 5.2K bytes - Viewed (0) -
Net::netent.txt
package Net::netent 1.02; use v5.38; our ( $n_name, @n_aliases, $n_addrtype, $n_net ); use Exporter 'import'; our @EXPORT = qw(getnetbyname getnetbyaddr getnet); our @EXPORT_OK = qw( $n_name @n_ali...perldoc.perl.org/Net::netent.txtRegistered: Sat Apr 05 05:10:54 UTC 2025 - 4.3K bytes - Viewed (0)