Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use diagnostics;
    use Data::Dumper;
    
  2. or download this
    my $num1=$ARGV[0];
    my $num2=$ARGV[1];
    
  3. or download this
    # 1
    # Ask the user for two numbers
    ...
    
    # if the user enters more than two numbers
        # say to the user: "you gave me too many numbers