[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
infobot.users location
- Date: Fri, 17 Dec 1999 09:49:34 -0600
- From: David Blache <alterego@austin.rr.com>
- Subject: infobot.users location
in User.pl:
sub parseUserfile {
$file = $param{'miscdir'}.$filesep.$param{'userList'};
....
}
When crond is launching infobot via a shell script, $param{'miscdir'} is
equal to "./". I'm not sure why as I am a newbie to perl.
But replacing $param{'miscdir'} with $initmiscdir here fixes that problem.