Help for this page

Select Code to Download


  1. or download this
    unshift @ARGV, (sub{ my $fn = shift; open my $fh, '<', $fn or return()
    +; grep !/^#/, map split(), grep !/^#/, <$fh>; })->($conf);