Janceski
Cc: '[EMAIL PROTECTED]'
Subject: Re: Anonymous hash question
On Feb 12, Nikola Janceski said:
>I am using a module function (method) that requires an anonymous hash as
the
>first parameter.
No, it requires a hash reference.
>ie. $sender->OpenMultipart({from => $
On Feb 12, Nikola Janceski said:
>I am using a module function (method) that requires an anonymous hash as the
>first parameter.
No, it requires a hash reference.
>ie. $sender->OpenMultipart({from => $FORM{'from'}, to => $FORM{'to'}, cc =>
>$FORM{'cc'},
> subject => $FORM{
In article <[EMAIL PROTECTED]> wrote
"Nikola
Janceski" <[EMAIL PROTECTED]>:
> I am using a module function (method) that requires an anonymous hash as the first
>parameter.
>
> ie. $sender->OpenMultipart({from => $FORM{'from'}, to => $FORM{'to'}, cc =>
>$FORM{'cc'},
>s