Language Basics Perl

$ perl -e 'print "hello dolly\n";'     # UNIX/Linux
$ perl -e "print qq/hello dolly\n/;"   # Windows and UNIX/Linux