p5_24.pl print "Hello Perl5_24\n"; our $OUTFILE = "Hello test"; sub Mul($$) { my($a, $b ) = @_; my $c = $a * $b; return($c); }