I am having trouble automating some scripts that I made - when I call them from crontab instead of the console, for some reason they get other commands and things in @ARGV and I don't know why. The problem seems to occur when I call a perl script from another perl script from crontab. Both scripts need to have arguments passed to them to make them more modular. Do you have any idea why @ARGV might be getting different arguments when called from crontab??? I'm about to rip out my hair over this. :)