Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $ref = XMLin('/home/cpos/aznapi_webseald-default.log$xml');
    print Dumper $ref;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    my $ref = XMLin('/home/cpos/aznapi_webseald-default.log');
    print Dumper $ref;