devilpanther
Programmer
i have a text input that contains
tags, that i want to exchange with <IMG SRC=>.
i tried the next code but it doesn't really work:
why does it work the way to should?
i tried the next code but it doesn't really work:
Code:
$msg =~ s/\[img](.*)\[/img]/\<IMG SRC=$1\>/g;