in reply to AI Animals

Nice one!
The "-T" option produced on ActivePerl 5.6.1 (win32) the following error:

Too late for "-T" option at D:\...\ai_animals.pl line 1.
It worked fine however after removing that.
untie %brain; #LOL

~Django
"Why don't we ever challenge the spherical earth theory?"

Replies are listed 'Best First'.
Re: Re: AI Animals
by Anonymous Monk on Sep 08, 2002 at 15:05 UTC
    Your choice, but you could have left the -T option on the shebang line by running it this way:

    D:\<some directory>\>perl -T ai_animals.pl