
Jasmine
Administrator
/ Moderator
May 7, 2001, 10:02 AM
Post #4 of 4
(1401 views)
|
My suggestion is to confirm the path to the list. $emailpath = '/web/easylist/easylist.log'; If you have telnet access on a *nix server, simply go to the directory that the easylist.log is in and type pwd That'll give you the full, correct path to the file. Also, always check the response from open calls: open (FILE, "$emailpath") or die "Can't open $emailpath $!\n"; If there's a problem opening the file, it'll let you know instead of letting you just think that it worked.
|