Help for this page
next if $string !~ /<b>(\w|\.+\.zip)<\/b>/; &do_something_with($1);
next if $string !~ /<b>\w|\.+\.zip<\/b>/; &do_something_with($1);