Help for this page

Select Code to Download


  1. or download this
    my $data_a = exists($cache{$a}) ? $cache{$a} : ($cache{$a} = mangle($a
    +));
    my $data_b = exists($cache{$b}) ? $cache{$b} : ($cache{$b} = mangle($b
    +));