Help for this page
my $test = qq| sdfiojs pfojsdfs fs [img]sdj fpsdofj spojf sfsf [b] [img]http://www.te +st.com/image.gif[/img] dfs fs ... c:\test>junk http://www.test.com/image.gif test.gif
while ($test =~ /\[img\]([^\[\]]+?)\[\/img\]/g) { print "$1 \n"; }