Help for this page

Select Code to Download


  1. or download this
    p5_6.pl
    
    ...
    $retval = Mul(25, 10);
    print ("Return value is $retval\n" );
    
  2. or download this
    p5_24.pl
    
    ...
        return($c);
    }