I have a pesky problem. A have a very short perl script that executes OO Perl Modules that I created. I have the perl script pass argument #1 to a method and it isn't there. I added more arguments and found that the first argument is getting shifted off. I commented out the OO PM calls (and the use statement) and it works ok. I am trying to get $ARGV[0] but it is undef. I switched my code to have it in the PM, but same undef issue. Any ideas? Thanks in advance.