On 6/14/07, Mathew Snyder <[EMAIL PROTECTED]> wrote:
I did this and set $Data::Dumper::Useqq = 1; this was the result:
$VAR1 = {
          "" => 7,
        };

Nothing there.  Does this mean I just have an empty string with neither a NUL
value or anything else for that matter (physicists would be boggled ;) )?
snip

That is definitely an empty string.  That means you should be able to
access the 7 by saying

print "$hashname{''}\n";

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


Reply via email to