Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^5: Given When Syntax

by Laurent_R (Canon)
on Mar 16, 2014 at 20:11 UTC ( [id://1078544]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cmpthese( -1,
        {
    ...
        test_3 => sub {test3("2.01.000")},
        }
    )
    
  2. or download this
    $ perl test_if.pl
                Rate test_1 test_2 test_3
    test_1 1451608/s     --    -8%   -46%
    test_2 1578202/s     9%     --   -41%
    test_3 2667353/s    84%    69%     --
    
  3. or download this
    cmpthese(-1, {
        test_1 => q{ test1("3.01.000") },
        test_2 => q{ test2("3.01.000") },
        test_3 => q{ test3("3.01.000") },
    });
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1078544]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (10)
As of 2024-04-18 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found