Hey everyone,
While I was playing with perl's built-in debuger (perl -d), I notice that debugger doesn't seem care too much about whether a variable is declared? For example, I would get response of "empty hash" if I do a "x \%dummy" regardless dummy hasn't been delcared yet. The same response "empty hash" if I dump a declred hash before it is initialize. It is as if there isn't too much difference between an undeclared variable & unitialized variable? Is this the way it is ? Or I am not doing right? Thanks Mike __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>