Title says it all.
I'd like to set up a user parameter that looks for three parameters within the perl script that it calls. The script shifts from the @ARGV array for variable assignment from the given parameters. Is there a way to specify default values for parameters in the case that no parameters are given with the custom key at item creation? Or will the script have to deal with that kind of error handling?
I'd like to set up a user parameter that looks for three parameters within the perl script that it calls. The script shifts from the @ARGV array for variable assignment from the given parameters. Is there a way to specify default values for parameters in the case that no parameters are given with the custom key at item creation? Or will the script have to deal with that kind of error handling?
Comment