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.04 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. 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)
  6. 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)
  7. perltoot.txt

    =encoding utf8 =head1 NAME perltoot - Links to information on object-oriented programming in Perl =head1 DESCRIPTION For information on OO programming with Perl, please see L<perlootut> and L<perlo...
    perldoc.perl.org/perltoot.txt
    Registered: Sat Apr 20 14:59:30 UTC 2024
    - 294 bytes
    - Viewed (0)
  8. B::Concise.txt

    package B::Concise; # Copyright (C) 2000-2003 Stephen McCamant. All rights reserved. # This program is free software; you can redistribute and/or modify it # under the same terms as Perl itself. # ...
    perldoc.perl.org/B::Concise.txt
    Registered: Sun Apr 21 00:36:58 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  9. Encode::Alias.txt

    package Encode::Alias; use strict; use warnings; our $VERSION = do { my @r = ( q$Revision: 2.25 $ =~ /\d+/g ); sprintf "%d." . "%02d" x $#r, @r }; use constant DEBUG => !!$ENV{PERL_ENCODE_DEBUG}; u...
    perldoc.perl.org/Encode::Alias.txt
    Registered: Sun Apr 21 03:46:42 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  10. Amiga::ARexx.txt

    package Amiga::ARexx; use 5.016000; use strict; use warnings; use Carp; use Exporter 'import'; # Items to export into callers namespace by default. Note: do not export # names by default without a ...
    perldoc.perl.org/Amiga::ARexx.txt
    Registered: Sat Apr 20 21:48:46 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top