Help for this page

Select Code to Download


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