Help for this page

Select Code to Download


  1. or download this
    
    #!/bbs/opt/bin/csperl5.12
    ...
    MAIN: {
        my $opts = getoptions();
    }
    
  2. or download this
    sub extract_json {
        my $file = shift;
    ...
    my $json_data = extract_json("$master_conf");
    
    my $decoded_json_obj = decode_json( $json_data);