Help for this page

Select Code to Download


  1. or download this
    print $var ? 'yes' : 'no'
    
  2. or download this
    use Benchmark qw/cmpthese/;
    
    ...
    $_->() for values %$subs;
    
    cmpthese( $ARGV[0] => $subs );