Help for this page

Select Code to Download


  1. or download this
           if ($one->first_child('traffic')->first_child('something')->fir
    +st_child('somethingelse')->first_child('getthis')->att('value') eq 'f
    +ound') {
                             push @ids, $one->att('id');
                             push @ids, $one->true('yes');
            }
    
  2. or download this
           if ($one->first_child('getthis')->att('value') eq 'found') {
                             push @ids, $one->att('id');
                             push @ids, $one->true('yes');
            }
    
  3. or download this
     <one id="msn" type="shopping">
       <traffic>
    ...
       </traffic>
      </one>