Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    #Script
    ...
    $xmldoc->write(10,5);
    print "\n\n\nFourth example... Going to a file \"out.xml\"\n";
    $xmldoc->write('','',"out.xml");
    
  2. or download this
    #!/usr/local/bin/perl -w
    # Module
    ...
        return 0;
    }
    1;