Help for this page

Select Code to Download


  1. or download this
    sub find_result {
       my $number = shift;
    ...
    
       return $result;
    }
    
  2. or download this
    %hash = (
      1 => {
    ...
    
       return;
    }