Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

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

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. ExtUtils::MakeMaker::Locale.txt

    package ExtUtils::MakeMaker::Locale; use strict; use warnings; our $VERSION = "7.70"; $VERSION =~ tr/_//d; use base 'Exporter'; our @EXPORT_OK = qw( decode_argv env $ENCODING_LOCALE $ENCODING_LOCAL...
    perldoc.perl.org/ExtUtils::MakeMaker::Locale.txt
    Registered: Tue May 14 13:49:19 UTC 2024
    - 13K bytes
    - Viewed (0)
  8. Net::SMTP.txt

    # Net::SMTP.pm # # Copyright (C) 1995-2004 Graham Barr. All rights reserved. # Copyright (C) 2013-2016, 2020 Steve Hay. All rights reserved. # This module is free software; you can redistribute it ...
    perldoc.perl.org/Net::SMTP.txt
    Registered: Wed May 15 06:12:41 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  9. Pod::Perldoc::ToMan.txt

    require 5.006; package Pod::Perldoc::ToMan; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; use File::Spec::Functions qw(catfile); use Pod::...
    perldoc.perl.org/Pod::Perldoc::ToMan.txt
    Registered: Wed May 15 05:05:39 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  10. perlos2.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 perlpod manpage) which is specially designed to be readable as is. =h...
    perldoc.perl.org/perlos2.txt
    Registered: Mon May 13 04:21:45 UTC 2024
    - 91.2K bytes
    - Viewed (0)
Back to top