Help for this page
my $text = "Here is [id=327]a very cool document[/id] for you"; $text =~ /\[id=([0-9]*)\](.*)\[\/id\]/i; ... my $after = $'; print "$before$tag$after\n";
Here is <A HREF="/cgi-bin/coolcode.pl?id=327">a very cool document</A> + for you