in reply to A Perl aptitude test
#!/usr/bin/perl -w print (2 * 3) + 3; [download]
print (...) interpreted as function at foo.pl line 3 Usless use of integer addition (+) in void context at foo.pl line3. 6 [download]