Help for this page
#! /usr/bin/perl -w ... $three=&of_all_things; #return value $four=2*$three; #using the return value print "2 x 120 = $four\n";
You called me! 2 x 120 = 240