Mega Code Archive

 
Categories / Perl / Language Basics
 

Print only care about the first parenthesis

#!/usr/bin/perl -w print (3 + 7) * 15, "\n";