Normally I click on a perl script and it calls a 2nd script, successfully passing args via qx() and successfully getting the output.
I also tried simply typing in the name of the script to a cmd window and put the args after it. The script did not see the command line args.