in reply to SelfLoader chokes on closed STDIN

Hi saintmike,

It works for me, on Windows XP, using ActiveState Perl 5.8.8.

What O/S and version of Perl are you using?


s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/

Replies are listed 'Best First'.
Re^2: SelfLoader chokes on closed STDIN
by saintmike (Vicar) on Nov 07, 2006 at 00:41 UTC
    perl-5.8.8 on Linux.

      I'll try this out on a Linux system in a bit, but I've got to ask:  Is there a good reason you need to close <STDIN>?

      Update:  For the record -- this worked fine on Linux (RH9), but the version of Perl there is 5.8.6.


      s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/
        I also get the error with perl-5.8.5 on Fedora 2.