Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 329 for host:perldoc.perl.org (0.03 sec)

  1. 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: Tue May 07 11:45:33 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. File::Spec::Epoc.txt

    package File::Spec::Epoc; use strict; our $VERSION = '3.88'; $VERSION =~ tr/_//d; require File::Spec::Unix; our @ISA = qw(File::Spec::Unix); =head1 NAME File::Spec::Epoc - methods for Epoc file spe...
    perldoc.perl.org/File::Spec::Epoc.txt
    Registered: Tue May 07 09:21:19 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. 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: Tue May 07 11:31:35 UTC 2024
    - 451 bytes
    - Viewed (0)
  4. Module::Metadata.txt

    # -*- mode: cperl; tab-width: 8; indent-tabs-mode: nil; basic-offset: 2 -*- # vim:ts=8:sw=2:et:sta:sts=2:tw=78 package Module::Metadata; # git description: v1.000036-4-g435a294 # ABSTRACT: Gather p...
    perldoc.perl.org/Module::Metadata.txt
    Registered: Tue May 07 11:53:50 UTC 2024
    - 33.4K bytes
    - Viewed (0)
  5. IPC::SharedMem.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::SharedMem.txt
    Registered: Tue May 07 12:30:18 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. JSON::PP::Boolean.txt

    package JSON::PP::Boolean; use strict; use warnings; use overload (); overload::unimport('overload', qw(0+ ++ -- fallback)); overload::import('overload', "0+" => sub { ${$_[0]} }, "++" => sub { $_[...
    perldoc.perl.org/JSON::PP::Boolean.txt
    Registered: Tue May 07 13:29:19 UTC 2024
    - 852 bytes
    - Viewed (0)
  7. IO::Uncompress::Bunzip2.txt

    package IO::Uncompress::Bunzip2 ; use strict ; use warnings; use bytes; use IO::Compress::Base::Common 2.204 qw(:Status ); use IO::Uncompress::Base 2.204 ; use IO::Uncompress::Adapter::Bunzip2 2.20...
    perldoc.perl.org/IO::Uncompress::Bunzip2.txt
    Registered: Tue May 07 13:37:29 UTC 2024
    - 25K bytes
    - Viewed (0)
  8. Memoize.txt

    # -*- mode: perl; perl-indent-level: 2; -*- # vim: ts=8 sw=2 sts=2 noexpandtab # Memoize.pm # # Copyright 1998, 1999, 2000, 2001, 2012 M. J. Dominus. # You may copy and distribute this program unde...
    perldoc.perl.org/Memoize.txt
    Registered: Tue May 07 13:52:33 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  9. Pod::Functions.txt

    package Pod::Functions; use strict; =head1 NAME Pod::Functions - Group Perl's functions a la perlfunc.pod =head1 SYNOPSIS use Pod::Functions; my @misc_ops = @{ $Kinds{ 'Misc' } }; my $misc_dsc = $T...
    perldoc.perl.org/Pod::Functions.txt
    Registered: Tue May 07 14:36:39 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. 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: Tue May 07 16:40:37 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top