use File::Basename; # Get configuration information my $baseLoc = dirname($0); print "$baseLoc\n"; my %configs; getConfig($baseLoc);