Subject: | Pod Bay Doors |
perl -v
v5.8.9 built for darwin-2level
uname -a
Darwin king.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010;
root:xnu-1504.3.12~1/RELEASE_I386 i386
Calling dwim with the arguments "Open the pod bay doors" does not die with an AI excuse.
Expected output of program (assuming user's name is Dave):
"I'm sorry, Dave. I'm afraid I can't do that." at ai-test.pl line 4
Subject: | ai-test.pl |
use AI::General;
$NAME = "Dave";
die "\"I'm sorry, $NAME. I'm afraid I can't do that.\"";