Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. perlhurd.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlhurd.txt
    Registered: Mon May 13 11:57:30 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. perlriscos.txt

    # vim: syntax=pod If you read this file _as_is_, just ignore the funny characters you see. It is written in the POD format (see pod/perlpod.pod) which is specifically designed to be readable as is....
    perldoc.perl.org/perlriscos.txt
    Registered: Mon May 13 12:18:29 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. Locale::Maketext::TPJ13.txt

    # This document contains text in Perl "POD" format. # Use a POD viewer like perldoc or perlman to render it. =head1 NAME Locale::Maketext::TPJ13 -- article about software localization =head1 SYNOPS...
    perldoc.perl.org/Locale::Maketext::TPJ13.txt
    Registered: Tue May 14 22:24:58 UTC 2024
    - 35.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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)
  9. Thread.txt

    package Thread; use strict; use warnings; no warnings 'redefine'; our $VERSION = '3.05'; $VERSION = eval $VERSION; BEGIN { use Config; if (! $Config{useithreads}) { die("This Perl not built to supp...
    perldoc.perl.org/Thread.txt
    Registered: Thu May 16 09:01:49 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  10. UNIVERSAL.txt

    package UNIVERSAL; our $VERSION = '1.15'; # UNIVERSAL should not contain any extra subs/methods beyond those # that it exists to define. The existence of import() below is a historical # accident t...
    perldoc.perl.org/UNIVERSAL.txt
    Registered: Thu May 16 10:49:01 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top