Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Daft text adventure project

by swiftone (Curate)
on May 29, 2001 at 21:10 UTC ( [id://84005]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $characters{'Bob the Fighter'} = {  #The brackets create a reference t
    +o an anonymous hash.  
        'Attributes' => {     # We're nesting a second hash
    ...
            'Light_Armor' => 1 #Treating as a boolean
            } #done with Feats Hash
        }; #done with hash that is stored in $characters{'Bob the Fighter'
    +}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://84005]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (7)
As of 2024-04-23 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found