Help for this page

Select Code to Download


  1. or download this
    <span class="name color1">ImportantText1</span>
    <span class="name color2"><span class="level">1000</span>ImportantText
    +2</span>
    
  2. or download this
    my @subsub = $body->look_down (_tag => "span");
    foreach my $sss (@subsub) {
        my $c     = $sss->attr("class");
        if ($c =~ /name color/)   { $name  = $sss->as_trimmed_text(); }
    }