Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $XML_1 = XML::Smart->new('run.xml');
    my $ref = $XML_1->{product};
    print $ref;
    
  2. or download this
    C:\Users\rchen4\Desktop\Perl_XML>perl script2.pl
    
    C:\Users\rchen4\Desktop\Perl_XML>