|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
Hi,
Thats all the code you should need. $post_message is just a text string, with the example I gave - and then it runs this: $post_message =~ s%\Q[URL=\E([\?\%\:\/a-zA-Z0-9_\-\.]+)\Q][img]\E([\?\%\:\/a-zA-Z0-9_\-\.]+)\Q[/img][/URL]\E%gix; (which is the line thats giving the error) Maybe its something to do with the regex? Cheers Andy In reply to Re^2: Eugh, regex :(
by ultranerds
|
|