Help for this page

Select Code to Download


  1. or download this
    -require File::Util;
    -my($f) = File::Util->new();
    ...
    +my @config_files = glob("t/ini/*.ini");
     foreach my $config_file (@config_files){
    +  $config_file =~ s/t\/ini\///;