Help for this page

Select Code to Download


  1. or download this
    <d id="43">Text </d> here <a id="33"/>
    <b id="33"/> Text <d id="43">text</d> here 
    <d id="43">text here</d>
    <d id="43">text here</d> <d id="44">text here</d>
    
  2. or download this
    start: "", middle: "<d id="43">Text </d> here", end: " <a id="33"/>"
    start: "<b id="33"/> ", middle: "Text <d id="43">text</d> here", end: 
    +""
    start: "<d id="43">", middle: "text here", end: "</d>"
    start: "", middle: "<d id="43">text here</d> <d id="44">text here</d>"
    +, end: ""
    
  3. or download this
     my $segment = $_;
        my $start ="";
    ...
        }
    
        print "start: \"$start\", middle: \"$middle\", end: \"$end\"\n";