Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 490 of 1,316 for label:perl (0.13 sec)

  1. Fcntl.txt

    package Fcntl; use strict; use Exporter 'import'; require XSLoader; our $VERSION = '1.20'; XSLoader::load(); # Named groups of exports our %EXPORT_TAGS = ( 'flock' => [qw(LOCK_SH LOCK_EX LOCK_NB LO...
    perldoc.perl.org/Fcntl.txt
    Registered: Wed Sep 10 00:50:43 UTC 2025
    - 18.6K bytes
    - Viewed (0)
  2. source::encoding.txt

    package source::encoding; use v5.40; our $VERSION = '0.01'; our $ascii_hint_bits = 0x00000010; sub import { unimport(); # Get rid of any 'use utf8' my (undef, $arg) = @_; if ($arg eq 'utf8') { requ...
    perldoc.perl.org/source::encoding.txt
    Registered: Wed Sep 10 01:32:36 UTC 2025
    - 1.7K bytes
    - Viewed (0)
  3. 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: Wed Sep 10 01:37:46 UTC 2025
    - 26.4K bytes
    - Viewed (0)
  4. Math::BigInt.txt

    # -*- coding: utf-8-unix -*- package Math::BigInt; # # "Mike had an infinite amount to do and a negative amount of time in which # to do it." - Before and After # # The following hash values are us...
    perldoc.perl.org/Math::BigInt.txt
    Registered: Wed Sep 10 03:26:39 UTC 2025
    - 318.6K bytes
    - Viewed (0)
  5. VMS::Stdio.txt

    # VMS::Stdio - VMS extensions to Perl's stdio calls # # Author: Charles Bailey bailey@genetics.upenn.edu # Version: 2.2 # Revised: 19-Jul-1998 # Docs revised: 13-Oct-1998 Dan Sugalski <sugalskd@ous...
    perldoc.perl.org/VMS::Stdio.txt
    Registered: Wed Jul 02 08:52:40 UTC 2025
    - 13.5K bytes
    - Viewed (0)
  6. XS::APItest.txt

    package XS::APItest; use strict; use warnings; use Carp; our $VERSION = '1.36'; require XSLoader; # Export everything since these functions are only used by a test script # Export subpackages too -...
    perldoc.perl.org/XS::APItest.txt
    Registered: Wed Jul 02 07:48:01 UTC 2025
    - 8.3K bytes
    - Viewed (0)
  7. Amiga::ARexx.txt

    package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...
    perldoc.perl.org/Amiga::ARexx.txt
    Registered: Sat Jun 28 04:26:14 UTC 2025
    - 6.7K bytes
    - Viewed (0)
  8. Test::Harness::Beyond.txt

    =head1 NAME Test::Harness::Beyond - Beyond make test =head1 Beyond make test Test::Harness is responsible for running test scripts, analysing their output and reporting success or failure. When I t...
    perldoc.perl.org/Test::Harness::Beyond.txt
    Registered: Wed Jul 02 09:34:15 UTC 2025
    - 15.2K bytes
    - Viewed (0)
  9. Term::ANSIColor.txt

    # Color screen output using ANSI escape sequences. # # This module provides utility functions (in two different forms) for coloring # output with ANSI escape sequences. # # This module is sometimes...
    perldoc.perl.org/Term::ANSIColor.txt
    Registered: Thu Aug 28 08:28:25 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  10. Test2::API::Context.txt

    package Test2::API::Context; use strict; use warnings; our $VERSION = '1.302210'; use Carp qw/confess croak/; use Scalar::Util qw/weaken blessed/; use Test2::Util qw/get_tid try pkg_to_file get_tid...
    perldoc.perl.org/Test2::API::Context.txt
    Registered: Thu Aug 28 08:44:31 UTC 2025
    - 27.4K bytes
    - Viewed (0)
Back to top