Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 1,316 for label:perl (0.04 sec)

  1. 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.txt
    Registered: Thu Sep 04 21:20:19 UTC 2025
    - 9.3K bytes
    - Viewed (0)
  2. 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.txt
    Registered: Thu Sep 04 18:20:47 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  3. 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.txt
    Registered: Thu Sep 04 19:46:50 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  4. 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.txt
    Registered: Thu Sep 04 22:41:58 UTC 2025
    - 678 bytes
    - Viewed (0)
  5. 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.txt
    Registered: Thu Sep 04 18:14:51 UTC 2025
    - 24.8K bytes
    - Viewed (0)
  6. 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.txt
    Registered: Thu Sep 04 17:13:39 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  7. 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.txt
    Registered: Thu Sep 04 16:26:33 UTC 2025
    - 15.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: Thu Sep 04 14:05:29 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  9. 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.txt
    Registered: Thu Sep 04 17:36:29 UTC 2025
    - 4.3K bytes
    - Viewed (0)
  10. 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.txt
    Registered: Thu Sep 04 15:57:14 UTC 2025
    - 1.9K bytes
    - Viewed (0)
Back to top