you have an error in your syntax:


>print STDOUT "The result you ignorant fool is: $result\n";

should be:

print STDOUT "The result, you ignorant fool, is: $result\n";

commas help emphasize that "pause" in the print statement.

: )

Reply via email to