On Thu, 2002-10-24 at 13:04, I wrote: > $news =~ s/^\[\*\] (.*)$/$1/; sorry, this is probably better $news =~ s/^\[\*\] //;
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
On Thu, 2002-10-24 at 13:04, I wrote: > $news =~ s/^\[\*\] (.*)$/$1/; sorry, this is probably better $news =~ s/^\[\*\] //;
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]