Re: -e switch is not working on Window 7 and 8

2014-07-21 Thread Purvee Vora
Thanks Wolf. It is working now. cheers, Purvee On Mon, Jul 21, 2014 at 11:07 AM, WFB wrote: > Hi Purvee, > > perl -e 'xyz' works fine on Unix, however on Windows you must use " > instead. > > perl -e "print qq(Hello \n)" > > greetings, >

-e switch is not working on Window 7 and 8

2014-07-20 Thread Purvee Vora
Hi All, I am currently learing perl and was trying command line switches but It is not working in window7 and 8. Can any one help me out about this. I am really stuck here. I tried following example: perl -e 'print "Hello \n";' Commnad line shows blank response. I cannot see "Hello" world on