in reply to piping commands to perl via standard input on the Win32 command line

omitting the quotes worked for me.
C:\users\default>echo print qq(Hello.\n) |perl Hello.
  • Comment on Re: piping commands to perl via standard input on the Win32 command line
  • Download Code