Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use XML::Simple qw/XMLin/;
    ...
    my $config = XMLin('./appsimage_EBSB4.xml');
    print Dumper($config);
    
  2. or download this
    cat ./appsimage_EBSB4.xml
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE clone[
    ...
        <comt4>
            <bolinfpwd>welcome</bolinfpwd>
        </comt4>
    
  4. or download this
    $VAR1 = {
              'comt4' => [
    ...
                         }
                       ]
            };