All pastes #2088963 Raw Edit

Stuff

public text v1 · immutable
#2088963 ·published 2011-10-11 07:39 UTC
rendered paste body
    my $look_down = $tree->look_down(
        sub {
            $_[0]->tag() eq 'font',
            $_[0]->attr('class') eq 'pricecolor colors_productprice',
        }
    );