(From Learning Perl, p. 37)
Write a program that prompts for and reads two numbers (on separate lines of input) and prints out the product of the two numbers multiplied together.
Program: arithmetic.plx
Screen capture of output: