Help for this page

Select Code to Download


  1. or download this
    if ($data =~ m/<section1>.*?<parameter>.*?<rstate>(.*?)<\/rstate>/s) {
        print "found first match! '$1'\n";
    ...
    }
        # Print to output file
        print OUT $data;
    
  2. or download this
    <map>
        <section1>
    ...
            <rstate>DONT CHANGE THIS</rstate>
        </section3>
    </map>