Thanks Wolf. It is working now. cheers, Purvee On Mon, Jul 21, 2014 at 11:07 AM, WFB <wbi...@gmx.at> wrote:
> Hi Purvee, > > perl -e 'xyz' works fine on Unix, however on Windows you must use " > instead. > > perl -e "print qq(Hello \n)" > > greetings, > wolf > > > On 21 July 2014 07:24, Purvee Vora <purveev...@gmail.com> wrote: > >> 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 CMD. >> >> Regards, >> Purvee >> > >