Help for this page

Select Code to Download


  1. or download this
    sub html_trim {
        my $elem = shift;
    ...
    for my $elem ($xhtml->findnodes('//div/ul/li')) {
        html_trim($elem)
    }