Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 101 - 110 of 790 for host:perldoc.perl.org (0.02 sec)

  1. import.txt

    =over =item import LIST X<import> There is no builtin L<C<import>|/import LIST> function. It is just an ordinary method (subroutine) defined (or inherited) by modules that wish to export names to a...
    perldoc.perl.org/functions/import.txt
    Registered: Sat May 11 21:14:58 UTC 2024
    - 410 bytes
    - Viewed (0)
  2. perlstyle.txt

    =head1 NAME perlstyle - Perl style guide =head1 DESCRIPTION Each programmer will, of course, have his or her own preferences in regards to formatting, but there are some general guidelines that wil...
    perldoc.perl.org/perlstyle.txt
    Registered: Sun May 12 15:20:33 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. perlunitut.txt

    =head1 NAME perlunitut - Perl Unicode Tutorial =head1 DESCRIPTION The days of just flinging strings around are over. It's well established that modern programs need to be capable of communicating f...
    perldoc.perl.org/perlunitut.txt
    Registered: Sun May 12 16:22:40 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. ExtUtils::MM.txt

    package ExtUtils::MM; use strict; use warnings; use ExtUtils::MakeMaker::Config; our $VERSION = '7.70'; $VERSION =~ tr/_//d; require ExtUtils::Liblist; require ExtUtils::MakeMaker; our @ISA = qw(Ex...
    perldoc.perl.org/ExtUtils::MM.txt
    Registered: Sun May 19 02:40:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  5. Digest::base.txt

    package Digest::base; use strict; use warnings; our $VERSION = "1.20"; # subclass is supposed to implement at least these sub new; sub clone; sub add; sub digest; sub reset { my $self = shift; $sel...
    perldoc.perl.org/Digest::base.txt
    Registered: Sun May 19 03:18:33 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. Locale::Maketext::Simple.txt

    package Locale::Maketext::Simple; $Locale::Maketext::Simple::VERSION = '0.21_01'; use strict; use 5.005; =head1 NAME Locale::Maketext::Simple - Simple interface to Locale::Maketext::Lexicon =head1 ...
    perldoc.perl.org/Locale::Maketext::Simple.txt
    Registered: Sun May 19 09:22:49 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. ExtUtils::Packlist.txt

    package ExtUtils::Packlist; use strict; use Carp qw(); use Config; our $Relocations; our $VERSION = '2.22'; $VERSION = eval $VERSION; # Used for generating filehandle globs. IO::File might not be a...
    perldoc.perl.org/ExtUtils::Packlist.txt
    Registered: Sun May 19 11:14:47 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. IO::Pipe.txt

    # IO::Pipe.pm # # Copyright (c) 1996-8 Graham Barr <gbarr@pobox.com>. All rights reserved. # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl i...
    perldoc.perl.org/IO::Pipe.txt
    Registered: Sun May 19 13:22:42 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  9. IPC::Msg.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::Msg.txt
    Registered: Sun May 19 10:23:50 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. ExtUtils::Typemaps::Cmd.txt

    package ExtUtils::Typemaps::Cmd; use 5.006001; use strict; use warnings; our $VERSION = '3.51'; use ExtUtils::Typemaps; require Exporter; our @ISA = qw(Exporter); our @EXPORT = qw(embeddable_typema...
    perldoc.perl.org/ExtUtils::Typemaps::Cmd.txt
    Registered: Sun May 19 16:11:19 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top