On Fri, 2002-05-10 at 12:35, bob ackerman wrote:
> 
> 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";
> 
> 
Nah, it was Perl 6 <grin />.  In Perl 5 it should be

print "$ANSWER{$question}\n";

anyways.
 
-- 
Today is Setting Orange the 57th day of Discord in the YOLD 3168
This statement is false.

Missile Address: 33:48:3.521N  84:23:34.786W


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

Reply via email to