Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 164 for label:perl (0.01 sec)

  1. CPAN::Plugin::Specfile.txt

    =head1 NAME CPAN::Plugin::Specfile - Proof of concept implementation of a trivial CPAN::Plugin =head1 SYNOPSIS # once in the cpan shell o conf plugin_list push CPAN::Plugin::Specfile # make permane...
    perldoc.perl.org/CPAN::Plugin::Specfile.txt
    Registered: Mon May 06 16:41:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  2. 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: Mon May 06 15:51:13 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  3. CPAN::Version.txt

    package CPAN::Version; use strict; use vars qw($VERSION); $VERSION = "5.5003"; # CPAN::Version::vcmp courtesy Jost Krieger sub vcmp { my($self,$l,$r) = @_; local($^W) = 0; CPAN->debug("l[$l] r[$r]"...
    perldoc.perl.org/CPAN::Version.txt
    Registered: Mon May 06 15:29:15 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  4. Encode::TW.txt

    package Encode::TW; BEGIN { if ( ord("A") == 193 ) { die "Encode::TW not supported on EBCDIC\n"; } } use strict; use warnings; use Encode; our $VERSION = do { my @r = ( q$Revision: 2.3 $ =~ /\d+/g ...
    perldoc.perl.org/Encode::TW.txt
    Registered: Mon May 06 21:28:32 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. Digest::file.txt

    package Digest::file; use strict; use warnings; use Exporter (); use Carp qw(croak); use Digest (); our $VERSION = "1.20"; our @ISA = qw(Exporter); our @EXPORT_OK = qw(digest_file_ctx digest_file d...
    perldoc.perl.org/Digest::file.txt
    Registered: Mon May 06 16:49:18 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. App::Prove::State::Result::Test.txt

    package App::Prove::State::Result::Test; use strict; use warnings; =head1 NAME App::Prove::State::Result::Test - Individual test results. =head1 VERSION Version 3.44 =cut our $VERSION = '3.44'; =he...
    perldoc.perl.org/App::Prove::State::Result::Test.txt
    Registered: Mon May 06 13:07:11 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  7. 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: Mon May 06 10:54:16 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. overloading.txt

    package overloading; use warnings; our $VERSION = '0.02'; my $HINT_NO_AMAGIC = 0x01000000; # see perl.h require 5.010001; sub _ops_to_nums { require overload::numbers; map { exists $overload::numbe...
    perldoc.perl.org/overloading.txt
    Registered: Mon May 06 08:45:15 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. subs.txt

    package subs; use strict; use warnings; our $VERSION = '1.04'; =head1 NAME subs - Perl pragma to predeclare subroutine names =head1 SYNOPSIS use subs qw(frob); frob 3..10; =head1 DESCRIPTION This w...
    perldoc.perl.org/subs.txt
    Registered: Mon May 06 07:25:17 UTC 2024
    - 945 bytes
    - Viewed (0)
  10. IO::Select.txt

    # IO::Select.pm # # Copyright (c) 1997-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...
    perldoc.perl.org/IO::Select.txt
    Registered: Tue May 07 05:11:27 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top