>  Quick question: can I use multi word strings (with spaces) in a hash key?
>  
>  $hash{time to upgrade}  # note the spaces, 

Well, yes, you can. But it's not a very good idea. If you absolutely must,
enclose the string in quotes.

$hash{'time to upgrade'}



>>>> any comments on why this a bad Idea?

Thanks

Dave

*====================================================*
*   Cora Connection Your West African Music Source   *  
*   http://www.coraconnection.com/                   *  
*   Resources, Recordings, Instruments & More!       *
*====================================================*

Reply via email to