or download this
my @superContainer;
while($longline =~ /<TD ALIGN=LEFT.+extinfo.cgi.+'>(.+)<\/A.+'status.+
+>(.+)<\/TD.+nowrap>(.+)<\/TD.+nowrap>(.+s)<\/TD>.+'>(\d\/\d)<\/TD>.+'
+>(.+)<\/TD>*?/g){
my @subContainer = ($1, $2, $3, $4, $5, $6);
push @superContainer, \@subContainer
}