Help for this page

Select Code to Download


  1. or download this
    ($a,$b,$c,$d,$e) = 1 .. 5; 
    cmpthese -1,{
    ...
          Rate    b    a
    b 525790/s   -- -23%
    a 685872/s  30%   --
    
  2. or download this
    if( <some condition> ) {
       ## do somthing
    }