Can someone direct me to the perldoc section which covers
the situation where a value is used as the key which is not a string or a
variable as used in the following snippet of code
getopts("v",\%options);
my ($filename, at filenames);
printf "Start deduplication run at %s\n",scalar localtime if $options{v};
It's the v in the $options{v} I'm referring to.
--
Andrew