Changeset 221 for trunk/npemap.org.uk/perllib
- Timestamp:
- Oct 29, 2006, 4:59:46 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/perllib
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/perllib/NPEMap/Config.pm
r219 r221 7 7 require Exporter; 8 8 @ISA = qw(Exporter); 9 @EXPORT = qw($tt_config );9 @EXPORT = qw($tt_config $dbname $dbhost $dbuser $dbpass); 10 10 11 11 # Read in site config 12 my $config = 'npemap.conf';12 my $config = $ENV{'HOME'} . '/.npemap.conf'; 13 13 do $config or die "Can't read $config!\n"; 14 14
Note: See TracChangeset
for help on using the changeset viewer.