Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 348 for label:perl (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. attributes.txt

    package attributes; our $VERSION = 0.35; @EXPORT_OK = qw(get reftype); @EXPORT = (); %EXPORT_TAGS = (ALL => [@EXPORT, @EXPORT_OK]); use strict; sub croak { require Carp; goto &Carp::croak; } sub ca...
    perldoc.perl.org/attributes.txt
    Registered: Mon May 13 20:39:49 UTC 2024
    - 16K bytes
    - Viewed (0)
  7. CPAN::Meta::Converter.txt

    use 5.006; use strict; use warnings; package CPAN::Meta::Converter; our $VERSION = '2.150010'; #pod =head1 SYNOPSIS #pod #pod my $struct = decode_json_file('META.json'); #pod #pod my $cmc = CPAN::M...
    perldoc.perl.org/CPAN::Meta::Converter.txt
    Registered: Tue May 14 03:03:35 UTC 2024
    - 48.8K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top