Help for this page

Select Code to Download


  1. or download this
    __DATA__
    <open> tag 1 <close> 
    ...
        <close> tag 4 f
    <close>
    notatag 4
    
  2. or download this
    #tag: <open> tag 1  <close>
            #tag: <open> tag 2  <close>
    ...
            #tag: <open> tag 4 a 
            #     ARRAY(0x1a8f670) tag 4 f
            # <close>
    
  3. or download this
            <open> tag 4 d <close>
            tag 4 e
    
  4. or download this
    q(    start: chunk(s)
            chunk: tag | raw
    ...
            #$return = "$item{stag} $item{raw} $item{etag}" 
            $return = "$item[1] $item[2] $item[3] $item[4] $item[5]"; 
            }