I'm attempting to write a text adventure in Perl, but I'm having some trouble.
Specifically, I need to know how to make it recognize when a command is entered, and possibly combine that with an object (like say, examine lantern). I'm trying to load all the data (Descriptions, items and such) from hashes in a seperate file.