Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    for (keys %{$cfg{child}}) {
        print "$_ : @{$cfg{parent}{$cfg{child}{$_}{holds}}{equals}}\n";
    }
    
  2. or download this
    $ pm_1056046_parse_config.pl
    first_distribution : total_finish total_cancel
    second_distribution : total_cancel
    third_distribution : total_finish total_cancel
    forth_distribution : total_dist total_finish total_cancel