: ${SHARFILE:=/usr/share/loader}
# check perl
if [ ! -x "$PERL" ]; then
if [ ! -x `which "$PERL"` ]; then
echo "$0: warning: $PERL not available; supposed to run manually..."
PERL="echo $PERL"
fi