On Tue, 7 Sep 1999, Mr. Sean wrote:
> Stockwatch returns an error on a handler I wrote;
> $attributes->{''} = ''stock' =>
> ['http://chartqq.canada-stockwatch.com/c/C/R\ROM-19990901-19990901.gif','\n']'
> unless defined $attributes->{''};
>
> This is a GetText function. I am using the evaluation version. Any
> corrections in syntax or other helpful hints would be greatly appreciated.
Okay, first, the evaluation version will only let you use the yahootopstories
handler... I know you'd like to be able to test drive handlers that you make
with MakeHandler, but I can't think of an easy way to let you do that while
maintaining the evaluation limitations.
I'm guessing that you told MakeHandler that the URL depended on a parameter,
which is what the "$attributes->{''}" should indicate. However, the '' in the
curly brackets seems to indicate that something went wrong in the process. It
should look something like this:
$attributes->{'stock'} = 'ibm' =>
unless defined $attributes->{'stock'};
Perhaps you should send the handler as an attachment so we can take a look at
it.
Regards,
David
_________________________________________________________________________
David Coppit
[EMAIL PROTECTED]
President, Spinnaker Software
-
If you would like to unsubscribe from this mailing list send an email to
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at
http://www.NewsClipper.com/TechSup.htm#MailingList.