In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Colin Johnstone) writes:
>Here is how you declare hash.
>
>my %hash = ();

The "= ()" is entirely redundant.  Just "my %hash" does exactly the same
thing.

-- 
Peter Scott
http://www.perldebugged.com

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

Reply via email to