in reply to Converting VBScript to PerlScipt

WScript.Arguments.Named is just some sort of hash, as far as i know. Correct?
Here nice example of how to work with it.
then in perl it would be:
If ($argument->{CycleDate}) { $cycleDate = $argument->{CycleDate} }