Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 11 - 20 of 1,172 for label:perl (0.04 sec)

  1. Locale::Maketext.txt

    # Time-stamp: "2004-01-11 18:35:34 AST" =head1 NAME Locale::Maketext - framework for localization =head1 SYNOPSIS package MyProgram; use strict; use MyProgram::L10N; # ...which inherits from Locale...
    perldoc.perl.org/Locale::Maketext.txt
    Registered: Sun Apr 14 02:25:44 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  2. Pod::Text.txt

    # Convert POD data to formatted text. # # This module converts POD to formatted text. It replaces the old Pod::Text # module that came with versions of Perl prior to 5.6.0 and attempts to match # i...
    perldoc.perl.org/Pod::Text.txt
    Registered: Sun Apr 14 09:01:36 UTC 2024
    - 43.4K bytes
    - Viewed (0)
  3. Net::NNTP.txt

    # Net::NNTP.pm # # Copyright (C) 1995-1997 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::NNTP.txt
    Registered: Sun Apr 14 08:16:02 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  4. Hash::Util.txt

    package Hash::Util; require 5.007003; use strict; use Carp; use warnings; no warnings 'uninitialized'; use warnings::register; no warnings 'experimental::builtin'; use builtin qw(reftype); require ...
    perldoc.perl.org/Hash::Util.txt
    Registered: Sun Apr 14 04:57:30 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. MIME::Base64.txt

    package MIME::Base64; use strict; use warnings; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(encode_base64 decode_base64); our @EXPORT_OK = qw(encode_base64url decode_base64url encod...
    perldoc.perl.org/MIME::Base64.txt
    Registered: Sun Apr 14 07:10:29 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  6. IPC::SysV.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::SysV.txt
    Registered: Sun Apr 14 05:24:14 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  7. Pod::Perldoc::BaseTo.txt

    package Pod::Perldoc::BaseTo; use strict; use warnings; use vars qw($VERSION); $VERSION = '3.28'; use Carp qw(croak carp); use Config qw(%Config); use File::Spec::Functions qw(catfile); sub is_page...
    perldoc.perl.org/Pod::Perldoc::BaseTo.txt
    Registered: Sun Apr 14 08:36:50 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  8. Pod::Perldoc::ToNroff.txt

    package Pod::Perldoc::ToNroff; use strict; use warnings; use parent qw(Pod::Perldoc::BaseTo); use vars qw($VERSION); $VERSION = '3.28'; # This is unlike ToMan.pm in that it emits the raw nroff sour...
    perldoc.perl.org/Pod::Perldoc::ToNroff.txt
    Registered: Sun Apr 14 09:25:52 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  9. Locale::Maketext::Guts.txt

    package Locale::Maketext::Guts; use Locale::Maketext; our $VERSION = '1.20'; =head1 NAME Locale::Maketext::Guts - Deprecated module to load Locale::Maketext utf8 code =head1 SYNOPSIS # Do this inst...
    perldoc.perl.org/Locale::Maketext::Guts.txt
    Registered: Sun Apr 14 06:59:12 UTC 2024
    - 451 bytes
    - Viewed (0)
  10. vars.txt

    package vars; use 5.006; our $VERSION = '1.05'; use warnings::register; use strict qw(vars subs); sub import { my $callpack = caller; my (undef, @imports) = @_; my ($sym, $ch); foreach (@imports) {...
    perldoc.perl.org/vars.txt
    Registered: Fri Apr 12 15:08:30 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top