Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1221 - 1230 of 1,306 for label:perl (0.03 sec)

  1. ExtUtils::ParseXS::Eval.txt

    package ExtUtils::ParseXS::Eval; use strict; use warnings; our $VERSION = '3.51'; =head1 NAME ExtUtils::ParseXS::Eval - Clean package to evaluate code in =head1 SYNOPSIS use ExtUtils::ParseXS::Eval...
    perldoc.perl.org/ExtUtils::ParseXS::Eval.txt
    Registered: Sun Apr 20 22:24:14 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  2. ExtUtils::MM_UWIN.txt

    package ExtUtils::MM_UWIN; use strict; use warnings; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); =head1 NAME ExtUtils::MM_UWIN - U/WIN s...
    perldoc.perl.org/ExtUtils::MM_UWIN.txt
    Registered: Mon Apr 21 02:18:55 UTC 2025
    - 994 bytes
    - Viewed (0)
  3. ExtUtils::MM_BeOS.txt

    package ExtUtils::MM_BeOS; use strict; use warnings; =head1 NAME ExtUtils::MM_BeOS - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_BeOS; # Done internal...
    perldoc.perl.org/ExtUtils::MM_BeOS.txt
    Registered: Mon Apr 21 02:34:20 UTC 2025
    - 1K bytes
    - Viewed (0)
  4. Fatal.txt

    package Fatal; # ABSTRACT: Replace functions with equivalents which succeed or die use 5.008; # 5.8.x needed for autodie use Carp; use strict; use warnings; use Tie::RefHash; # To cache subroutine ...
    perldoc.perl.org/Fatal.txt
    Registered: Mon Apr 21 04:33:56 UTC 2025
    - 59.2K bytes
    - Viewed (0)
  5. File::Fetch.txt

    package File::Fetch; use strict; use FileHandle; use File::Temp; use File::Copy; use File::Spec; use File::Spec::Unix; use File::Basename qw[dirname]; use Cwd qw[cwd]; use Carp qw[carp]; use IPC::C...
    perldoc.perl.org/File::Fetch.txt
    Registered: Mon Apr 21 05:04:34 UTC 2025
    - 46.2K bytes
    - Viewed (0)
  6. I18N::Langinfo.txt

    package I18N::Langinfo; use 5.006; use strict; use warnings; use Carp; use Exporter 'import'; require XSLoader; our @EXPORT = qw(langinfo); our @EXPORT_OK = qw( ABDAY_1 ABDAY_2 ABDAY_3 ABDAY_4 ABDA...
    perldoc.perl.org/I18N::Langinfo.txt
    Registered: Mon Apr 21 06:02:25 UTC 2025
    - 14.1K bytes
    - Viewed (0)
  7. Getopt::Std.txt

    package Getopt::Std; use strict; use warnings; require Exporter; =head1 NAME Getopt::Std - Process single-character switches with switch clustering =head1 SYNOPSIS use Getopt::Std; getopts('oif:');...
    perldoc.perl.org/Getopt::Std.txt
    Registered: Mon Apr 21 04:10:14 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  8. ExtUtils::MM_NW5.txt

    package ExtUtils::MM_NW5; =head1 NAME ExtUtils::MM_NW5 - methods to override UN*X behaviour in ExtUtils::MakeMaker =head1 SYNOPSIS use ExtUtils::MM_NW5; # Done internally by ExtUtils::MakeMaker if ...
    perldoc.perl.org/ExtUtils::MM_NW5.txt
    Registered: Mon Apr 21 02:50:47 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  9. Pod::Perldoc::ToTk.txt

    package Pod::Perldoc::ToTk; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use parent qw(Pod::Perldoc::BaseTo); sub is_pageable { 1 } sub write_with_binmode { 0 } sub output_ex...
    perldoc.perl.org/Pod::Perldoc::ToTk.txt
    Registered: Mon Apr 21 06:40:55 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. Encode::Byte.txt

    package Encode::Byte; use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.4 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use XSLoader; XSLoader::load( __PACKAGE_...
    perldoc.perl.org/Encode::Byte.txt
    Registered: Mon Apr 21 03:11:37 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top