Help for this page

Select Code to Download


  1. or download this
    <year>1999</year>
    
  2. or download this
    sub writeBasicTag {
        my $tag = $_[0];
    ...
        $writer->characters(XXX); 
        $writer->endTag($tag);
    }