Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 121 - 130 of 2,354 for host:perldoc.perl.org (0.02 sec)

  1. Filter::Simple.txt

    package Filter::Simple; use Text::Balanced ':ALL'; our $VERSION = '0.96'; use Filter::Util::Call; use Carp; our @EXPORT = qw( FILTER FILTER_ONLY ); sub import { if (@_>1) { shift; goto &FILTER } el...
    perldoc.perl.org/Filter::Simple.txt
    Registered: Tue May 14 20:25:40 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  2. File::Spec::VMS.txt

    package File::Spec::VMS; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); use File::Basename; use VMS::Filespec; =head1...
    perldoc.perl.org/File::Spec::VMS.txt
    Registered: Tue May 14 20:03:20 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  3. File::stat.txt

    package File::stat; use 5.006; use strict; use warnings; use warnings::register; use Carp; use constant _IS_CYGWIN => $^O eq "cygwin"; BEGIN { *warnif = \&warnings::warnif } our(@EXPORT, @EXPORT_OK...
    perldoc.perl.org/File::stat.txt
    Registered: Tue May 14 19:32:41 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  4. File::Spec::Win32.txt

    package File::Spec::Win32; use strict; use Cwd (); require File::Spec::Unix; our $VERSION = '3.88'; $VERSION =~ tr/_//d; our @ISA = qw(File::Spec::Unix); # Some regexes we use for path splitting my...
    perldoc.perl.org/File::Spec::Win32.txt
    Registered: Tue May 14 18:26:27 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  5. IPC::Msg.txt

    ########## # # Version 2.x, Copyright (C) 2007-2013, Marcus Holland-Moritz <mhx@cpan.org>. # Version 1.x, Copyright (C) 1997, Graham Barr <gbarr@pobox.com>. # # This program is free software; you c...
    perldoc.perl.org/IPC::Msg.txt
    Registered: Tue May 14 22:52:16 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  6. Unicode::UCD.txt

    package Unicode::UCD; use strict; use warnings; no warnings 'surrogate'; # surrogates can be inputs to this use charnames (); our $VERSION = '0.78'; sub DEBUG () { 0 } $|=1 if DEBUG; require Export...
    perldoc.perl.org/Unicode::UCD.txt
    Registered: Thu May 16 08:27:58 UTC 2024
    - 181.9K bytes
    - Viewed (1)
  7. Win32API::File.txt

    # File.pm -- Low-level access to Win32 file/dir functions/constants. package Win32API::File; use strict; use integer; use Carp; use Config qw( %Config ); use Fcntl qw( O_RDONLY O_RDWR O_WRONLY O_AP...
    perldoc.perl.org/Win32API::File.txt
    Registered: Thu May 16 10:39:27 UTC 2024
    - 95.5K bytes
    - Viewed (0)
  8. Unicode::Normalize.txt

    package Unicode::Normalize; use 5.006; use strict; use warnings; use Carp; no warnings 'utf8'; our $VERSION = '1.32'; our $PACKAGE = __PACKAGE__; our @EXPORT = qw( NFC NFD NFKC NFKD ); our @EXPORT_...
    perldoc.perl.org/Unicode::Normalize.txt
    Registered: Thu May 16 06:02:32 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  9. Time::Local.txt

    package Time::Local; use strict; use Carp (); use Exporter; our $VERSION = '1.30'; use parent 'Exporter'; our @EXPORT = qw( timegm timelocal ); our @EXPORT_OK = qw( timegm_modern timelocal_modern t...
    perldoc.perl.org/Time::Local.txt
    Registered: Thu May 16 07:56:23 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  10. Tie::RefHash.txt

    package Tie::RefHash; # git description: Tie-RefHash-1.39-10-g2cfa4bd # ABSTRACT: Use references as hash keys our $VERSION = '1.40'; #pod =head1 SYNOPSIS #pod #pod require 5.004; #pod use Tie::RefH...
    perldoc.perl.org/Tie::RefHash.txt
    Registered: Thu May 16 11:40:52 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top