请教高手如何将[img]标签中的内容提取到数组中?

请教高手如何将[img]标签中的内容提取到数组中?

请教高手如何将[img]标签中的内容提取到数组中?
请教高手如何将[img]标签中的内容提取到数组中?

希望有人能帮帮本菜鸟
html 还是 ubb 标签?--.
html 还是 ubb 标签?

有没有例子?
[quote]--#!/usr/bin/pe.

#!/usr/bin/perl -W

use strict;
use warnings;

my $str = << "__EOF__";
abc

target=_blank>
alt=def
onload="javascript:if(this.width>screen.width-333)this.width=screen.width-333" onmousewheel="return bb_img_onmousewheel(this)">

jkl

__EOF__

my @result;

while ($str =~ /\[img\](.*?)\[\/img\]/gs) {

  push @result,$1;
}

print @result;
谢谢楼上老大的示例,谢谢!.
谢谢楼上老大的示例,谢谢!小弟先研究研究.