Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 2,104 for filetype:txt (0.02 sec)

  1. perl5343delta.txt

    =encoding utf8 =head1 NAME perl5343delta - what is new for perl v5.34.3 =head1 DESCRIPTION This document describes differences between the 5.34.1 release and the 5.34.3 release. B<Please note:> Thi...
    perldoc.perl.org/perl5343delta.txt
    Registered: Sun May 12 16:42:26 UTC 2024
    - 4K bytes
    - Viewed (0)
  2. perlcheat.txt

    =head1 NAME perlcheat - Perl 5 Cheat Sheet =head1 DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may alread...
    perldoc.perl.org/perlcheat.txt
    Registered: Sun May 12 15:33:19 UTC 2024
    - 4.4K 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. perl5121delta.txt

    =encoding utf8 =head1 NAME perl5121delta - what is new for perl v5.12.1 =head1 DESCRIPTION This document describes differences between the 5.12.0 release and the 5.12.1 release. If you are upgradin...
    perldoc.perl.org/perl5121delta.txt
    Registered: Mon May 13 10:48:03 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top