Mega Code Archive

 
Categories / Perl / Language Basics
 

Using two statements with -e option

perl -e "print \"Hello \";" -e "print \"there\";"