in reply to Re: (tye)Re: piping commands to perl via standard input on the Win32 command line
in thread piping commands to perl via standard input on the Win32 command line

"echo" still isn't well suited for this. Many (even "most") Perl scripts will contain characters that Win32 command prompts won't give to "echo" (unless you put them in quotes which "echo" is too stupid to strip). In particular, < > | & ^ will cause problems while % might or might not be left alone.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re2: piping commands to perl via standard input on the Win32 command line
  • Download Code