Help for this page

Select Code to Download


  1. or download this
    
    $ perldoc HTML::TreeBuilder |grep -i space
    ...
        white space unless you supplye the extra characters as a string
        Tabs are expanded to however many spaces it takes to get to the ne
    +xt 8th
    
  2. or download this
    #!/usr/bin/perl --
    
    ...
        return eval { $tree->look_down(qw' _tag title')->as_text };
    } ## end sub OneT
    __END__