Help for this page

Select Code to Download


  1. or download this
    Here the ids are sequence for both the elements. I want to start the n
    +ew id for 'a' element again from sec1.
    
    ...
      <a id="sec15">here the paragraph comes</a>
      <a id="sec16">here the paragraph comes</a>
    </xml>
    
  2. or download this
    Required Output:
    ----------------
    ...
      <a id="sec11">here the paragraph comes</a>
      <a id="sec12">here the paragraph comes</a>
    </xml>
    
  3. or download this
    
    use strict;
    ...
    
    print $string;