Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 41 - 50 of 2,354 for host:perldoc.perl.org (0.05 sec)

  1. perlbs2000.txt

    # vim: syntax=pod This document is written in pod format hence there are punctuation characters in odd places. Do not worry, you've apparently got the ASCII->EBCDIC translation worked out correctly...
    perldoc.perl.org/perlbs2000.txt
    Registered: Sat Apr 20 10:01:20 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. perlbot.txt

    =encoding utf8 =head1 NAME perlbot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlob...
    perldoc.perl.org/perlbot.txt
    Registered: Sat Apr 20 09:31:43 UTC 2024
    - 304 bytes
    - Viewed (0)
  3. Config.txt

    =head1 NAME =for comment Generated by configpm. Any changes made here will be lost! Config - access Perl configuration information =head1 SYNOPSIS use Config; if ($Config{usethreads}) { print "has ...
    perldoc.perl.org/Config.txt
    Registered: Sun Apr 21 05:45:49 UTC 2024
    - 253.8K bytes
    - Viewed (0)
  4. IO::Socket::IP.txt

    # You may distribute under the terms of either the GNU General Public License # or the Artistic License (the same terms as Perl itself) # # (C) Paul Evans, 2010-2020 -- leonerd@leonerd.org.uk packa...
    perldoc.perl.org/IO::Socket::IP.txt
    Registered: Sat Apr 20 17:33:23 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  5. charnames.txt

    package charnames; use strict; use warnings; our $VERSION = '1.50'; use unicore::Name; # mktables-generated algorithmically-defined names use _charnames (); # The submodule for this where most of t...
    perldoc.perl.org/charnames.txt
    Registered: Sat Apr 20 17:18:49 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  6. constant.txt

    package constant; use 5.008; use strict; use warnings::register; our $VERSION = '1.33'; our %declared; #========= # Some names are evil choices. my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK EN...
    perldoc.perl.org/constant.txt
    Registered: Sat Apr 20 19:07:47 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  7. autodie.txt

    package autodie; use 5.008; use strict; use warnings; use parent qw(Fatal); our $VERSION; # ABSTRACT: Replace functions with ones that succeed or die with lexical scope BEGIN { our $VERSION = '2.36...
    perldoc.perl.org/autodie.txt
    Registered: Sat Apr 20 20:06:26 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. CPAN::Distroprefs.txt

    # -*- Mode: cperl; coding: utf-8; cperl-indent-level: 4 -*- # vim: ts=4 sts=4 sw=4: use 5.006; use strict; package CPAN::Distroprefs; use vars qw($VERSION); $VERSION = '6.0001'; package CPAN::Distr...
    perldoc.perl.org/CPAN::Distroprefs.txt
    Registered: Sat Apr 20 16:05:57 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. less.txt

    package less; use strict; use warnings; our $VERSION = '0.03'; sub _pack_tags { return join ' ', @_; } sub _unpack_tags { return grep { defined and length } map { split ' ' } grep {defined} @_; } s...
    perldoc.perl.org/less.txt
    Registered: Sat Apr 20 19:51:19 UTC 2024
    - 3.1K 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: Sat Apr 20 16:48:21 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top