I have a perl script (which syncs delicious to wp) which:
The o
it seems the problem is not in running perl, but locating the Config library
you should try:
perl -e "print @INC"
and run a similar perl script in cron, and read the output
it possible that they differ