Help for this page

Select Code to Download


  1. or download this
    <data>
      <r>
    ...
         <something>else</something>
      </r>
    </data>
    
  2. or download this
        while ($html =~ m/<(\/?r)>/g) { 
            $r_pos = pos($html) if $1 eq 'r'; 
    ...
        $handle_data->(\%data);
    
    }