Help for this page

Select Code to Download


  1. or download this
    my @solution_2 = $content->findvalues( './h2[4]/preceding-sibling::*' 
    +);
    unless ( @solution_2 )
    {
       @solution_2 = $content->findvalues( '//hr/preceding-sibling::*' );
    }