<P>I have a strange Perl problem that I thought PM's can help. I have the following PERL script that is acting strange (actually not working at all) on Linux Perl5 (version 8 subversion 0), but is OK in Windows Perl5 (version 8, suversion 1).</P>
<P>/^([^\s]+):(.*)$/</P>
<P>This is supposed to parse from&nbsp;$_ a line like </P>
<P>RCPT FROM: <A href="mailto:bernie@mesatech.com">bernie@mesatech.com</A> </P>
<P>and spit out RCPT FROM:&nbsp;as $1&nbsp;&nbsp; <A href="mailto:bernie@mesatech.com">bernie@mesatech.com</A> as $2.&nbsp; This is used throughout qmail-sanner-queue.pl which uses /usr/perl/suidperl.</P>
<P>It all seemed to have started happening Nov 16 (Sunday). When&nbsp;suddenly&nbsp;it stopped working. I&nbsp; know,&nbsp;nothing stops all&nbsp;of a sudden by itself. But I surely can't find the answer.&nbsp;Does anyone&nbsp;have any idea what is going on? Thanks for your help.</P>
<ADDRESS>Bernie Leung</ADDRESS>
<ADDRESS>&nbsp;</ADDRESS>