wfelde has asked for the wisdom of the Perl Monks concerning the following question:
use File::Basename; # Get configuration information my $baseLoc = dirname($0); print "$baseLoc\n"; my %configs; getConfig($baseLoc);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting a directory location
by tommyw (Hermit) on Jul 02, 2002 at 14:55 UTC | |
by wfelde (Initiate) on Jul 10, 2002 at 18:19 UTC | |
|
Re: Getting a directory location
by softworkz (Monk) on Jul 02, 2002 at 14:53 UTC | |
|
Re: Getting a directory location
by greenFox (Vicar) on Jul 03, 2002 at 03:01 UTC |