Ok, I think I get it.  the $_ is printing the player
name, (though I don't know why I'm not using $1
instead for that) and the $linehash{$_} means, in
English, "the value of the key stored in $_" is that
right?
Thanks for all your help. 

--- James Edward Gray II <[EMAIL PROTECTED]>
wrote:
> Print it like this, it's easier:
> 
> print "$_ : $linehash{$_}\n" foreach (sort keys
> %linehash);
> 
> James



__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to