in reply to Re: Win32 taint...shouldn't this fail?
in thread Win32 taint...shouldn't this fail?

OK, well...

In Linux, when you do
^Z (CTRL+Z)
you are stopping the current process (and there is no output in the file)

To end the tainting, you should make ^D (instead ^Z)

I've executed my script in a i386-Linux with Perl v5.6.0 and the output is what you expect.

Hope this help
hopes
  • Comment on Re: Re: Win32 taint...shouldn't this fail?