- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 411 - 420 of 1,316 for label:perl (0.04 sec)
-
ExtUtils::Liblist.txt
package ExtUtils::Liblist; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use File::Spec; require ExtUtils::Liblist::Kid; our @ISA = qw(ExtUtils::Liblist::Kid File::Spec); # ...perldoc.perl.org/ExtUtils::Liblist.txtRegistered: Thu Sep 04 21:20:19 UTC 2025 - 9.3K bytes - Viewed (0) -
Getopt::Long::Parser.txt
#! perl # Parser.pm -- Getopt::Long object-oriented interface # Author : Johan Vromans # Created On : Thu Nov 9 10:37:00 2023 # Last Modified On: Tue Jun 11 13:17:57 2024 # Update Count : 16 # Stat...perldoc.perl.org/Getopt::Long::Parser.txtRegistered: Thu Sep 04 18:20:47 UTC 2025 - 3.9K bytes - Viewed (0) -
ExtUtils::Mkbootstrap.txt
package ExtUtils::Mkbootstrap; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require Exporter; our @ISA = ('Exporter'); our @EXPORT = ('&Mkbootstrap'); use Config; our $Verb...perldoc.perl.org/ExtUtils::Mkbootstrap.txtRegistered: Thu Sep 04 19:46:50 UTC 2025 - 3.1K bytes - Viewed (0) -
ExtUtils::MY.txt
package ExtUtils::MY; use strict; require ExtUtils::MM; our $VERSION = '7.76'; $VERSION =~ tr/_//d; our @ISA = qw(ExtUtils::MM); { package MY; our @ISA = qw(ExtUtils::MY); } sub DESTROY {} =head1 N...perldoc.perl.org/ExtUtils::MY.txtRegistered: Thu Sep 04 22:41:58 UTC 2025 - 678 bytes - Viewed (0) -
IO::Compress::Deflate.txt
package IO::Compress::Deflate ; require 5.006 ; use strict ; use warnings; use bytes; require Exporter ; use IO::Compress::RawDeflate 2.213 (); use IO::Compress::Adapter::Deflate 2.213 ; use IO::Co...perldoc.perl.org/IO::Compress::Deflate.txtRegistered: Thu Sep 04 18:14:51 UTC 2025 - 24.8K bytes - Viewed (0) -
ExtUtils::Typemaps.txt
package ExtUtils::Typemaps; use 5.006001; use strict; use warnings; our $VERSION = '3.57'; require ExtUtils::ParseXS; require ExtUtils::ParseXS::Constants; require ExtUtils::Typemaps::InputMap; req...perldoc.perl.org/ExtUtils::Typemaps.txtRegistered: Thu Sep 04 17:13:39 UTC 2025 - 26.4K bytes - Viewed (0) -
File::Spec::Unix.txt
package File::Spec::Unix; use strict; use Cwd (); our $VERSION = '3.94'; $VERSION =~ tr/_//d; =head1 NAME File::Spec::Unix - File::Spec for Unix, base for other File::Spec modules =head1 SYNOPSIS r...perldoc.perl.org/File::Spec::Unix.txtRegistered: Thu Sep 04 16:26:33 UTC 2025 - 15.5K bytes - Viewed (0) -
Errno.txt
# -*- buffer-read-only: t -*- # # This file is auto-generated by ext/Errno/Errno_pm.PL. # ***ANY*** changes here will be lost. # package Errno; use Exporter 'import'; use strict; use Config; "$Conf...perldoc.perl.org/Errno.txtRegistered: Thu Sep 04 14:05:29 UTC 2025 - 6.7K bytes - Viewed (0) -
IO::File.txt
# package IO::File; =head1 NAME IO::File - supply object methods for filehandles =head1 SYNOPSIS use IO::File; my $fh = IO::File->new(); if ($fh->open("< file")) { print <$fh>; $fh->close; } my $fh...perldoc.perl.org/IO::File.txtRegistered: Thu Sep 04 17:36:29 UTC 2025 - 4.3K bytes - Viewed (0) -
Encode::KR::2022_KR.txt
package Encode::KR::2022_KR; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use Encode qw(:fallbacks); use parent qw(Enco...perldoc.perl.org/Encode::KR::2022_KR.txtRegistered: Thu Sep 04 15:57:14 UTC 2025 - 1.9K bytes - Viewed (0)