Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Being more Assert-ive with Perl

by stvn (Monsignor)
on Sep 18, 2004 at 15:18 UTC ( [id://391995]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub insertQuarter {
        my ($coin) = @_;
    ...
        initializeGame();
        startGame();
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        'SubAssertNoOp'       => sub { eval { SubAssertNoOp($_)       } fo
    +r (@nums) },    
        'OrAssertHandlerNoOp' => sub { eval { OrAssertHandlerNoOp($_) } fo
    +r (@nums) },   
    });
    
  3. or download this
    ----------------------------------------------------------------------
    +----------
    Testing raw OR against sub
    ...
                          Rate       SubAssertNoOp OrAssertHandlerNoOp
    SubAssertNoOp       1088/s                  --                -21%
    OrAssertHandlerNoOp 1385/s                 27%                  --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found