sub scrapTag # removes image tags from HTML document { while($htmlLines[$i] =~ m/]+)>/ig) #### sub scrapTag { foreach my $line (@htmlLines) { # replace with nothing. $line =~ s/]+)>//ig; } }
## sub scrapTag { foreach my $line (@htmlLines) { # replace with nothing. $line =~ s/]+)>//ig; } }