echo "* in \$root/local/lib/etc/helm/ *"
echo "********************************************************"
echo -n "\$root="
-read ROOT "buondi"
+read ROOT
echo cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/
cp local/lib/helm/configuration.pl $ROOT/local/lib/helm/
use XML::Parser;
+use Env;
+my $HELM_CONFIGURATION_PREFIX = $ENV{"HELM_CONFIGURATION_PREFIX"};
# this should be the only fixed constant
-$configuration_file = "/home/cadet/sacerdot/local/etc/helm/configuration.xml";
+$configuration_file =
+ $HELM_CONFIGURATION_PREFIX."/local/etc/helm/configuration.xml";
$parser = new XML::Parser(Handlers => {Start => \&handle_start,
End => \&handle_end,