$ perl -e"die q!d %d! % 3" 0 at -e line 1. $ perl -e"die sprintf q!d %d! , 33" d 33 at -e line 1. [download]
In reply to Re^3: Perl VS Python by Anonymous Monk in thread Perl VS Python by supernewbie