Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    } else {
        print add(@ARGV), "\n";
    }
    
  2. or download this
    $ perl foo.pl test
    1..1
    ok 1 - Can add two numbers
    $ perl foo.pl 4 6
    10