- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 1,302 for label:perl (0.05 sec)
-
IPC::SysV.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::SysV.txtRegistered: Sat Nov 16 23:57:27 UTC 2024 - 4.5K bytes - Viewed (0) -
File::Spec::OS2.txt
package File::Spec::OS2; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.91'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); sub devnull { return "/dev/nul"; } sub case_t...perldoc.perl.org/File::Spec::OS2.txtRegistered: Sat Nov 16 23:01:37 UTC 2024 - 6.6K bytes - Viewed (0) -
File::Spec::Epoc.txt
package File::Spec::Epoc; use strict; our $VERSION = '3.91'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...perldoc.perl.org/File::Spec::Epoc.txtRegistered: Sun Nov 17 02:42:25 UTC 2024 - 1.5K bytes - Viewed (0) -
JSON::PP::Boolean.txt
package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...perldoc.perl.org/JSON::PP::Boolean.txtRegistered: Sun Nov 17 00:08:02 UTC 2024 - 852 bytes - Viewed (0) -
Locale::Maketext::Guts.txt
package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...perldoc.perl.org/Locale::Maketext::Guts.txtRegistered: Sun Nov 17 02:49:37 UTC 2024 - 451 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-2023 -- leonerd@leonerd.org.uk packa...perldoc.perl.org/IO::Socket::IP.txtRegistered: Fri Nov 15 15:47:01 UTC 2024 - 39.9K bytes - Viewed (0) -
ExtUtils::MakeMaker::FAQ.txt
package ExtUtils::MakeMaker::FAQ; our $VERSION = '7.70'; $VERSION =~ tr/_//d; 1; __END__ =head1 NAME ExtUtils::MakeMaker::FAQ - Frequently Asked Questions About MakeMaker =head1 DESCRIPTION FAQs, t...perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txtRegistered: Sat Nov 16 05:48:22 UTC 2024 - 19.8K bytes - Viewed (0) -
File::Copy.txt
# File/Copy.pm. Written in 1994 by Aaron Sherman <ajs@ajs.com>. This # source code has been placed in the public domain by the author. # Please be kind and preserve the documentation. # # Additions...perldoc.perl.org/File::Copy.txtRegistered: Sat Nov 16 04:36:22 UTC 2024 - 15.8K bytes - Viewed (0) -
Digest.txt
package Digest; use strict; use warnings; our $VERSION = "1.20"; our %MMAP = ( "SHA-1" => [ [ "Digest::SHA", 1 ], "Digest::SHA1", [ "Digest::SHA2", 1 ] ], "SHA-224" => [ [ "Digest::SHA", 224 ] ], "...perldoc.perl.org/Digest.txtRegistered: Sat Nov 16 04:06:56 UTC 2024 - 11K bytes - Viewed (0) -
Encode::GSM0338.txt
# # $Id: GSM0338.pm,v 2.10 2021/05/24 10:56:53 dankogai Exp $ # package Encode::GSM0338; use strict; use warnings; use Carp; use vars qw($VERSION); $VERSION = do { my @r = ( q$Revision: 2.10 $ =~ /...perldoc.perl.org/Encode::GSM0338.txtRegistered: Sat Nov 16 04:03:22 UTC 2024 - 12.7K bytes - Viewed (0)