Mega Code Archive
Categories
/
Perl
/
Language Basics
Put all into a parenthesis for print statement
#!/usr/bin/perl -w print((3 + 7) * 15, "\n");