Mega Code Archive

 
Categories / Perl / Language Basics
 

Output the result of multiply with string

#!/usr/bin/perl -w print "7 times 15 is ", 7 * 15, "\n";