Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 21 - 30 of 331 for label:perl (0.02 sec)

  1. not.txt

    =over =item and =item cmp =item eq =item ge =item gt =item isa =item le =item lt =item ne =item not =item or =item x =item xor These operators are documented in L<perlop>. =back
    perldoc.perl.org/functions/not.txt
    Registered: Sun May 05 03:50:57 UTC 2024
    - 192 bytes
    - Viewed (0)
  2. m.txt

    =over =item m// The match operator. See L<perlop/"Regexp Quote-Like Operators">. =back
    perldoc.perl.org/functions/m.txt
    Registered: Sun May 05 05:21:02 UTC 2024
    - 90 bytes
    - Viewed (0)
  3. 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: Mon May 06 12:01:41 UTC 2024
    - 59.6K 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: Mon May 06 11:34:12 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  5. autodie::exception.txt

    package autodie::exception; use 5.008; use strict; use warnings; use Carp qw(croak); use Scalar::Util qw(blessed); our $VERSION = '2.36'; # VERSION: Generated by DZP::OurPkg:Version # ABSTRACT: Exc...
    perldoc.perl.org/autodie::exception.txt
    Registered: Mon May 06 06:27:32 UTC 2024
    - 21.8K 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: Mon May 06 05:50:25 UTC 2024
    - 14.4K bytes
    - Viewed (0)
  7. DBM_Filter.txt

    package DBM_Filter ; use strict; use warnings; our $VERSION = '0.06'; package Tie::Hash ; use strict; use warnings; use Carp; our %LayerStack = (); our %origDESTROY = (); our %Filters = map { $_, u...
    perldoc.perl.org/DBM_Filter.txt
    Registered: Mon May 06 09:37:24 UTC 2024
    - 14K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top