Help for this page

Select Code to Download


  1. or download this
    # Note that the $x isn't needed with this approach,
    # so I took it out.
    
    ...
     for my $item (@stripped_html) {
        print "$item\n";
     }