I am looking into a co-workers perl scripts and keep seeing the following:
sub subname
{
local(*FORM_DATA)=@_;
......
AND
....
&parse_form_data (*FORM);
....
I can find no explaination of what the * is and how it is used and what's even happening?
Can anyone explain this to me or point me into the right direction?
Thanks in advance.
sub subname
{
local(*FORM_DATA)=@_;
......
AND
....
&parse_form_data (*FORM);
....
I can find no explaination of what the * is and how it is used and what's even happening?
Can anyone explain this to me or point me into the right direction?
Thanks in advance.