On Aug 7, 8:29 am, [EMAIL PROTECTED] (Mr. Shawn H. Corey) wrote:
> Paul Lalli wrote:

> >    foreach my $key (keys %{$device_hash_ref})
> >    {
> >       print ("       $key  \t  $device_hash{$key} \n");
>   print ("       $key  \t  $device_hash_ref->{$key} \n");

Whoops!  Quite correct.  Thanks for catching that, Shawn.

Paul Lalli


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to