Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    my $master_conf = $opts{conf};
    
    say $master_conf;
    
  2. or download this
    $ pm_getopt_var.pl --conf conf_value
    conf_value
    
  3. or download this
    $master_conf = $opts->{conf};
    
  4. or download this
    my $json_data = extract_json("$master_conf");
    
  5. or download this
    # shebang and use <whatever> lines here
    
    ...
    # do something with $decoded_json_obj here
    
    # subroutine definitions here