in reply to Re: Doing a split// but not working
in thread Doing a split// but not working

Eugh, turned out was just me being stupid ;) Had this line near the top of the function:
       $message =~ s|\n|<br />|g;

So what I need to do I should really just do before that regex = )

Thanks for the help though

Cheers

Andy