Help for this page
<?xml version = "1.0"?> <Application> ... <Address> "113 Rock River Lane" </Address> </Customer> </Application>
# !usr/bin/perl -w ... $writer->endTag("Application"); $writer->end(); $output->close();