Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 1,316 for label:perl (0.1 sec)

  1. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; use ExtUtils::MakeMaker::Config; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head...
    perldoc.perl.org/ExtUtils::MM_OS390.txt
    Registered: Thu Sep 04 21:57:34 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  2. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.76'; $VERSION =~ tr/_//d; require ExtUtils::MM_Win32; our @ISA = qw(ExtUtils::MM_Win32); use ExtUtils::MakeMaker::Config; =he...
    perldoc.perl.org/ExtUtils::MM_Win95.txt
    Registered: Thu Sep 04 22:35:02 UTC 2025
    - 1.3K bytes
    - Viewed (0)
  3. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.94'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::AmigaOS - File::Spec for Amig...
    perldoc.perl.org/File::Spec::AmigaOS.txt
    Registered: Thu Sep 04 22:13:17 UTC 2025
    - 982 bytes
    - Viewed (0)
  4. bigfloat.txt

    package bigfloat; use strict; use warnings; use Carp qw< carp croak >; our $VERSION = '0.67'; use Exporter; our @ISA = qw( Exporter ); our @EXPORT_OK = qw( PI e bpi bexp hex oct ); our @EXPORT = qw...
    perldoc.perl.org/bigfloat.txt
    Registered: Wed Sep 03 21:07:48 UTC 2025
    - 21.4K bytes
    - Viewed (0)
  5. bytes.txt

    package bytes 1.09; use v5.38; BEGIN { $bytes::hint_bits = 0x0000_0008 } sub import { $^H |= $bytes::hint_bits } sub unimport { $^H &= ~$bytes::hint_bits } sub chr :prototype(_) { BEGIN { import() ...
    perldoc.perl.org/bytes.txt
    Registered: Wed Sep 03 20:45:51 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  6. autodie::skip.txt

    package autodie::skip; use strict; use warnings; our $VERSION = '2.37'; # VERSION # This package exists purely so people can inherit from it, # which isn't at all how roles are supposed to work, bu...
    perldoc.perl.org/autodie::skip.txt
    Registered: Wed Sep 03 19:47:00 UTC 2025
    - 1.2K bytes
    - Viewed (0)
  7. threads.txt

    package threads; use 5.008; use strict; use warnings; our $VERSION = '2.43'; # remember to update version in POD! my $XS_VERSION = $VERSION; #$VERSION = eval $VERSION; # Verify this Perl supports t...
    perldoc.perl.org/threads.txt
    Registered: Thu Sep 04 08:20:12 UTC 2025
    - 37.1K bytes
    - Viewed (0)
  8. CPAN::Meta::Spec.txt

    # XXX RULES FOR PATCHING THIS FILE XXX # Patches that fix typos or formatting are acceptable. Patches # that change semantics are not acceptable without prior approval # by David Golden or Ricardo ...
    perldoc.perl.org/CPAN::Meta::Spec.txt
    Registered: Thu Sep 04 02:19:23 UTC 2025
    - 36.1K bytes
    - Viewed (0)
  9. Carp.txt

    package Carp; { use 5.006; } use strict; use warnings; BEGIN { # Very old versions of warnings.pm load Carp. This can go wrong due # to the circular dependency. If warnings is invoked before Carp, ...
    perldoc.perl.org/Carp.txt
    Registered: Thu Sep 04 04:09:40 UTC 2025
    - 35.2K bytes
    - Viewed (0)
  10. B.txt

    # B.pm # # Copyright (c) 1996, 1997, 1998 Malcolm Beattie # # You may distribute under the terms of either the GNU General Public # License or the Artistic License, as specified in the README file....
    perldoc.perl.org/B.txt
    Registered: Thu Sep 04 07:02:31 UTC 2025
    - 30.6K bytes
    - Viewed (0)
Back to top