In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Mike Ni) writes:
>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"
essage-
> From: Mike Ni [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 16 March 2004 5:57 PM
> To: David le Blanc
> Subject: RE: Perl -d
>
>
> Hey David,
>
> Thanks for the information.
>
> BTW, I want to follow up another question, if I may.
> I am still str
> -Original Message-
> From: Mike Ni [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 16 March 2004 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: Perl -d
>
> Hey everyone,
>
>
> While I was playing with perl's built-in debuger
> (perl -d), I notice that debugger doesn't seem
> care too much
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Mike Ni) writes:
>I have at least 25 perl files written by a person who
>isn't here anymore. All these perl script files were
>programmed to serve the inquiry from the Internet via
>the web server.
>
>For me to understand the logic behind all the