Help for this page

Select Code to Download


  1. or download this
    print "input three numbers separated by spaces\n";
    my $user_input = <>;
    
  2. or download this
    chomp $user_input;
    
  3. or download this
    my ($nr1) = $user_input, "$a";