Help for this page

Select Code to Download


  1. or download this
    #Example Script 1
    use strict;
    use warnings;
    ...
    print $xmloutput " </bookDetails> \n";
    print $xmloutput " </Books> \n";
    close $xmloutput;
    
  2. or download this
    EXAMPLE 2
    use strict;
    ...
    print $xmloutput " </PianoDetails> \n";
    print $xmloutput " </Piano> \n";
    close $xmloutput;