Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
     
    use strict;
    ...
       <![CDATA[Test url ]]>
       </url>
    </doc>
    
  2. or download this
    <doc>
       <artikle><![CDATA[Test tittle ]]></artikle>
       <ingres><![CDATA[Test ingres ]]></ingres>
       <url><![CDATA[Test url ]]></url>
    </doc>
    
  3. or download this
    #!/usr/bin/perl 
     
    use strict;
    ...
    
    __DATA__
    <my> document here, oh </my>
    
  4. or download this
    #!/usr/bin/perl 
     
    use strict;
    ...
       </artikle>
    </doc>