Help for this page

Select Code to Download


  1. or download this
    # global scope
    
    ...
                    Xlogin = "jimmy";
            }
    }
    
  2. or download this
    Invalid decl item: Was expecting parameter or macro or comment or warn
    +ing but found "aa2 {" instead at /home/.../XMLConfigs/e.cfg line 11.
    
  3. or download this
     
    #!/usr/local/bin/perl -w
    use strict;
    ...
    my $config = $parser->parse;
    
    print Dumper($config);