Tore Aursand wrote: > 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 ); >
Probably not. If it had been he would have gotten better results. I'll post the point mor directly. Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
