IWA-HWG Perl Course. Week 1 Exercise 2-4

(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:

Perl Exercise 2-4