Help for this page
#!perl5.6 $result = `D:/Perl/bin/perl D:/sample_program/p5.24.pl 25 10`;
#!perl5.24 my ($x, $y) = @ARGV; print $x * $y;