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