Help for this page

Select Code to Download


  1. or download this
    for my $line (@htmlLines) {
        print $line;
    }
    
  2. or download this
    use warnings;
    use strict;
    ...
        next if $token->is_tag('img');
        print $token->as_is;
    }