Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 1,477 for host:perldoc.perl.org (0.02 sec)

  1. perlunicode.txt

    =head1 NAME perlunicode - Unicode support in Perl =head1 DESCRIPTION If you haven't already, before reading this document, you should become familiar with both L<perlunitut> and L<perluniintro>. Un...
    perldoc.perl.org/perlunicode.txt
    Registered: Mon May 13 01:14:19 UTC 2024
    - 88.7K bytes
    - Viewed (0)
  2. perlhacktips.txt

    =encoding utf8 =for comment Consistent formatting of this file is achieved with: perl ./Porting/podtidy pod/perlhacktips.pod =head1 NAME perlhacktips - Tips for Perl core C code hacking =head1 DESC...
    perldoc.perl.org/perlhacktips.txt
    Registered: Sun May 12 23:43:40 UTC 2024
    - 70.6K bytes
    - Viewed (0)
  3. perlunicook.txt

    =encoding utf8 =head1 NAME perlunicook - cookbookish examples of handling Unicode in Perl =head1 DESCRIPTION This manpage contains short recipes demonstrating how to handle common Unicode operation...
    perldoc.perl.org/perlunicook.txt
    Registered: Mon May 13 01:06:42 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  4. Digest::SHA.txt

    package Digest::SHA; require 5.003000; use strict; use warnings; use vars qw($VERSION @ISA @EXPORT_OK $errmsg); use Fcntl qw(O_RDONLY O_RDWR); use Cwd qw(getcwd); use integer; $VERSION = '6.04'; re...
    perldoc.perl.org/Digest::SHA.txt
    Registered: Mon May 13 22:35:37 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  5. Cwd.txt

    package Cwd; use strict; use Exporter; our $VERSION = '3.89'; my $xs_version = $VERSION; $VERSION =~ tr/_//d; our @ISA = qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); push @EXPOR...
    perldoc.perl.org/Cwd.txt
    Registered: Mon May 13 22:13:20 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. Encode::Supported.txt

    =head1 NAME Encode::Supported -- Encodings supported by Encode =head1 DESCRIPTION =head2 Encoding Names Encoding names are case insensitive. White space in names is ignored. In addition, an encodin...
    perldoc.perl.org/Encode::Supported.txt
    Registered: Tue May 14 07:38:24 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  7. Class::Struct.txt

    package Class::Struct; ## See POD after __END__ use 5.006_001; use strict; use warnings::register; our(@ISA, @EXPORT, $VERSION); use Carp; require Exporter; @ISA = qw(Exporter); @EXPORT = qw(struct...
    perldoc.perl.org/Class::Struct.txt
    Registered: Tue May 14 05:18:27 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  8. Compress::Raw::Bzip2.txt

    package Compress::Raw::Bzip2; use strict ; use warnings ; require 5.006 ; require Exporter; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); $VERSION = '2.204_001'; $XS...
    perldoc.perl.org/Compress::Raw::Bzip2.txt
    Registered: Tue May 14 06:52:49 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. IPC::Cmd.txt

    package IPC::Cmd; use strict; BEGIN { use constant IS_VMS => $^O eq 'VMS' ? 1 : 0; use constant IS_WIN32 => $^O eq 'MSWin32' ? 1 : 0; use constant IS_HPUX => $^O eq 'hpux' ? 1 : 0; use constant IS_...
    perldoc.perl.org/IPC::Cmd.txt
    Registered: Tue May 14 17:49:04 UTC 2024
    - 66K bytes
    - Viewed (0)
  10. ExtUtils::Installed.txt

    use strict; package ExtUtils::Installed; #use warnings; # XXX requires 5.6 use Carp qw(); use ExtUtils::Packlist; use ExtUtils::MakeMaker; use Config; use File::Find; use File::Basename; use File::...
    perldoc.perl.org/ExtUtils::Installed.txt
    Registered: Tue May 14 16:19:00 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top