On Thu, 30 Oct 2003 23:45:25 +0100, Kevin Pfeiffer wrote: > print Dumper(\$hash_ref);
I guess $hash_ref already _is_ a hash reference, so you don't need to reference it again; print Dumper( $hash_ref ); -- Tore Aursand <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
