Help for this page
while (m/\G(<[^>]*>|#[^#]*#|[^#<]+)/gc) { push @pieces, $1; }
use strict; use warnings 'all'; ... return split(/\s+/,$_[0]); } }