http://qs321.pair.com?node_id=998657


in reply to Re: beginner scripting question re: if elsif else
in thread beginner scripting question re: if elsif else

Just a note, jhumphreys did chomp the input in the original program:

chomp($weather, $temperature);

Not the syntax I would use (would be more idiomatic and chomp at input as some of the posters did), but nonetheless, the newlines should be gone.