Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 31 - 40 of 1,172 for label:perl (0.02 sec)

  1. perl5140delta.txt

    =encoding utf8 =head1 NAME perl5140delta - what is new for perl v5.14.0 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.14.0 release. If you are upgradin...
    perldoc.perl.org/perl5140delta.txt
    Registered: Mon May 13 12:56:21 UTC 2024
    - 140.9K bytes
    - Viewed (0)
  2. IO::Uncompress::RawInflate.txt

    package IO::Uncompress::RawInflate ; # for RFC1951 use strict ; use warnings; use bytes; use Compress::Raw::Zlib 2.204 ; use IO::Compress::Base::Common 2.204 qw(:Status ); use IO::Uncompress::Base ...
    perldoc.perl.org/IO::Uncompress::RawInflate.txt
    Registered: Tue May 14 22:46:57 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  3. 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: Tue May 14 21:47:12 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. 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: Tue May 14 18:34:00 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  5. 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: Tue May 14 21:31:39 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. 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: Tue May 14 19:46:29 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  7. File::Spec::Cygwin.txt

    package File::Spec::Cygwin; use strict; require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Cygwin - methods for Cygwin fi...
    perldoc.perl.org/File::Spec::Cygwin.txt
    Registered: Tue May 14 23:10:13 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  8. MIME::QuotedPrint.txt

    package MIME::QuotedPrint; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_qp decode_qp); our $VERSION = '3.16_01'; use MIME::Base64; # will load XS ver...
    perldoc.perl.org/MIME::QuotedPrint.txt
    Registered: Tue May 14 22:32:56 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. File::Spec::AmigaOS.txt

    package File::Spec::AmigaOS; use strict; require File::Spec::Unix; our $VERSION = '3.88'; $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: Tue May 14 21:55:43 UTC 2024
    - 982 bytes
    - Viewed (0)
  10. perldiag.txt

    =head1 NAME perldiag - various Perl diagnostics =head1 DESCRIPTION These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation ...
    perldoc.perl.org/perldiag.txt
    Registered: Sat May 11 09:04:54 UTC 2024
    - 304.1K bytes
    - Viewed (0)
Back to top