Changeset 225
- Timestamp:
- Oct 29, 2006, 5:21:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/perllib/NPEMap/Config.pm
r221 r225 5 5 use strict; 6 6 7 use FindBin; 8 7 9 require Exporter; 8 10 @ISA = qw(Exporter); … … 10 12 11 13 # Read in site config 12 my $config = $ ENV{'HOME'} . '/.npemap.conf';14 my $config = $FindBin::Bin . '../npemap.conf'; 13 15 do $config or die "Can't read $config!\n"; 14 16
Note: See TracChangeset
for help on using the changeset viewer.