Help for this page

Select Code to Download


  1. or download this
           if ($file =~ /$key/) {
               $mapattach = $value;
               use Data::Dumper;
               print Dumper \%CONFIG_FILE;
            }
    
  2. or download this
           if ($file =~ /$key/) {
               $mapattach = $value;
    ...
               print Dumper \%CONFIG_FILE;
               print "'$file' matches /$key/, setting value '$value'\n";
            }