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