Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 11 - 20 of 172 for label:perl (0.01 sec)

  1. 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 May 18 21:44:43 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. Encode::Config.txt

    # # Demand-load module list # package Encode::Config; our $VERSION = do { my @r = ( q$Revision: 2.5 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use strict; use warnings; our %ExtModule = ( #...
    perldoc.perl.org/Encode::Config.txt
    Registered: Sat May 18 19:32:21 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  3. Encode::MIME::Name.txt

    package Encode::MIME::Name; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 1.3 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; # NOTE: This table must be 1:1 mapping our %MI...
    perldoc.perl.org/Encode::MIME::Name.txt
    Registered: Sat May 18 19:00:24 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. ExtUtils::MM_OS390.txt

    package ExtUtils::MM_OS390; use strict; use warnings; our $VERSION = '7.70'; $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: Sat May 18 17:41:12 UTC 2024
    - 2.2K 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 May 18 19:46:59 UTC 2024
    - 2K bytes
    - Viewed (0)
  6. ExtUtils::MM_Win95.txt

    package ExtUtils::MM_Win95; use strict; use warnings; our $VERSION = '7.70'; $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: Sat May 18 19:08:11 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  7. File::DosGlob.txt

    #!perl -w # # Documentation at the __END__ # package File::DosGlob; our $VERSION = '1.12'; use strict; use warnings; require XSLoader; XSLoader::load(); sub doglob { my $cond = shift; my @retval = ...
    perldoc.perl.org/File::DosGlob.txt
    Registered: Sun May 19 09:27:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  8. 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 May 19 07:05:29 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. IO::Dir.txt

    # IO::Dir.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl it...
    perldoc.perl.org/IO::Dir.txt
    Registered: Sun May 19 09:54:21 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  10. IO::Poll.txt

    # IO::Poll.pm # # Copyright (c) 1997-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Poll.txt
    Registered: Sun May 19 10:00:26 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top