On Friday, May 10, 2002, at 08:09  AM, Nikola Janceski wrote:

> tie %ANSWER "/dev/brain";
> print %ANSWER{$question}, "\n";
> ^D
> Most of it.

shouldn't that be:
print $ANSWER{$question},"\n";


>> -----Original Message-----
>> From: drieux [mailto:[EMAIL PROTECTED]]
>> Sent: Friday, May 10, 2002 11:05 AM
>> To: [EMAIL PROTECTED]
>> Subject: Really Dumb Perl Question
>>
>>
>>
>> volks,
>>
>> I broke down and bought a copy of
>>
>>      Perl 5 Pocket Reference, Third Edition
>>      c. 2000
>>      ISBN: 0-596-00032-4
>>
>> am I just getting Old,
>>
>> Or do you Mutants really keep all of that in your heads?
>>
>> ciao
>> drieux
>>
>> ---
>>
>>
>> --
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
> ----------------------------------------------------------------------------
> --------------------
> The views and opinions expressed in this email message are the sender's
> own, and do not necessarily represent the views and opinions of Summit
> Systems Inc.
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to