http://www.perlmonks.org?node_id=753074


in reply to Re^3: Eugh, regex :(
in thread Eugh, regex :(

Oops, just saw that! Changed it, still getting errors :(

It seems to be from this line still, cos if I comment it out - the rest of the script works fine:

$post_message =~ s|\Q[img]\E([\?\%\:\/a-zA-Z0-9_\-\.]+)\Q[/img]\E|[img]$1[/img]|sig;
(the above is just a more basic version of what I'm trying, to see if I can try and track down whats going on)

Driving me nuts :(

Cheers

Andy