Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 1,302 for label:perl (0.24 sec)

  1. Encode::Encoding.txt

    package Encode::Encoding; # Base class for classes which implement encodings use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.8 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r ...
    perldoc.perl.org/Encode::Encoding.txt
    Registered: Sat Nov 16 05:23:52 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. Encode::PerlIO.txt

    =head1 NAME Encode::PerlIO -- a detailed document on Encode and PerlIO =head1 Overview It is very common to want to do encoding transformations when reading or writing files, network connections, p...
    perldoc.perl.org/Encode::PerlIO.txt
    Registered: Sat Nov 16 05:29:15 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. ExtUtils::Constant::XS.txt

    package ExtUtils::Constant::XS; use strict; use vars qw($VERSION %XS_Constant %XS_TypeSet @ISA @EXPORT_OK $is_perl56); use Carp; use ExtUtils::Constant::Utils 'perl_stringify'; require ExtUtils::Co...
    perldoc.perl.org/ExtUtils::Constant::XS.txt
    Registered: Sat Nov 16 02:49:19 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  4. Encode::Unicode::UTF7.txt

    # # $Id: UTF7.pm,v 2.10 2017/06/10 17:23:50 dankogai Exp $ # package Encode::Unicode::UTF7; use strict; use warnings; use parent qw(Encode::Encoding); __PACKAGE__->Define('UTF-7'); our $VERSION = d...
    perldoc.perl.org/Encode::Unicode::UTF7.txt
    Registered: Sat Nov 16 05:37:52 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. DirHandle.txt

    package DirHandle; our $VERSION = '1.05'; =head1 NAME DirHandle - (obsolete) supply object methods for directory handles =head1 SYNOPSIS # recommended approach since Perl 5.6: do not use DirHandle ...
    perldoc.perl.org/DirHandle.txt
    Registered: Sat Nov 16 05:05:36 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. ExtUtils::MM_Darwin.txt

    package ExtUtils::MM_Darwin; use strict; use warnings; BEGIN { require ExtUtils::MM_Unix; our @ISA = qw( ExtUtils::MM_Unix ); } our $VERSION = '7.70'; $VERSION =~ tr/_//d; =head1 NAME ExtUtils::MM_...
    perldoc.perl.org/ExtUtils::MM_Darwin.txt
    Registered: Sat Nov 16 06:19:02 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. Net::Cmd.txt

    # Net::Cmd.pm # # Copyright (C) 1995-2006 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020, 2022 Steve Hay. All rights reserved. # This module is free software; you can redistribut...
    perldoc.perl.org/Net::Cmd.txt
    Registered: Sun Nov 17 03:17:14 UTC 2024
    - 20.5K bytes
    - Viewed (0)
  8. IPC::Open3.txt

    package IPC::Open3; use strict; no strict 'refs'; # because users pass me bareword filehandles use Exporter 'import'; use Carp; use Symbol qw(gensym qualify); our $VERSION = '1.22'; our @EXPORT = q...
    perldoc.perl.org/IPC::Open3.txt
    Registered: Sun Nov 17 02:31:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  9. Module::CoreList::Utils.txt

    package Module::CoreList::Utils; use strict; use warnings; use Module::CoreList; our $VERSION = '5.20240609'; our %utilities; sub utilities { my $perl = shift; $perl = shift if eval { $perl->isa(__...
    perldoc.perl.org/Module::CoreList::Utils.txt
    Registered: Sun Nov 17 03:15:36 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  10. FileCache.txt

    package FileCache; our $VERSION = '1.10'; =head1 NAME FileCache - keep more files open than the system permits =head1 SYNOPSIS no strict 'refs'; use FileCache; # or use FileCache maxopen => 16; cac...
    perldoc.perl.org/FileCache.txt
    Registered: Sun Nov 17 01:18:01 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top