I call a script at the unix prompt by typing ->perl script.pl
But how do I pass parameters into the script which can then be intercepted by the param() function.
Also, I comment out -Tw from the first line of the script when calling from the command line - should I be doing something else?