Help for this page

Select Code to Download


  1. or download this
    <concept>
     <title>My Title</title>
     <prolog>some other info</prolog>
    </concept>
    
  2. or download this
     my($twig,$con) = @_;
     $con->insert_new_elt('first_child','short_desc' =>{ AAA => 'hello'});
    
  3. or download this
    <short_desc AAA="hello"/>
    <title>Bat sonar</title>
    <prolog>some other info</prolog>
    
  4. or download this
    <title>Bat sonar</title>
    <short_desc AAA="hello"/>
    <prolog>some other info</prolog>