Help for this page

Select Code to Download


  1. or download this
    use XML::Smart;
    
    ...
    EOF
    
    print $xml->data;
    
  2. or download this
    <?xml version="1.0" encoding="iso-8859-1" ?>
    <?meta name="GENERATOR" content="XML::Smart/1.6.6 Perl/5.008 [MSWin32]
    +" ?>
    ...
    </customer>
    
    Use of uninitialized value in print at testxml.pl line 19.