in reply to Re: Re: Re: When a PERL Hacker Retires
in thread When a PERL Hacker Retires

Actually if you're using Active Perl (and I think Indigo as well, perhaps any Win32 build?) "\n" in outuput is automagically translated to \n\r. Of course you might go ahead just do chr(10).chr(13)...
  • Comment on Re: Re: Re: Re: When a PERL Hacker Retires