savannah-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-dev] "do $conffile or die" problems?


From: Marcus Hardt
Subject: [Savannah-dev] "do $conffile or die" problems?
Date: Thu, 15 Aug 2002 11:52:36 +0200

Hi!

As I'm not fluent in perl I don't quite understand why the 
configuration-reading routine in some of these sv_* scripts fail. This is 
what line 31 in sv_aliases looks like:

do $conffile or die "Unable to read $conffile, please edit this script and 
set \$conffile to the correct value.";

This does work well, when I change it to:

do $conffile;

Which looks insufficient for me.

-- 

Marcus




reply via email to

[Prev in Thread] Current Thread [Next in Thread]