Hi guys,
I'm using perl 5.8.5, with perl5db.pl version 1.27, and PadWalker
version 0.1.

My understanding is that with the PadWalker module installed, the 'y'
command in the debugger is supposed to show you the lexical variables in
some scope (say, the current scope).

It doesn't seem like it's quite working for me:

[EMAIL PROTECTED] scripts]$ perl -d ./template_metrics.pl 

Loading DB routines from perl5db.pl version 1.27
Editor support available.

Enter h or `h h' for help, or `man perldebug' for more help.

main::(./template_metrics.pl:22):       my $TEMPLATE_SUMMARY_HTML =
"template_summary.html";
  DB<1> n
main::(./template_metrics.pl:23):       my $TEMPLATE_METRIC_HTML =
"template_metrics.html";
  DB<1> n
main::(./template_metrics.pl:24):       my $METRICS_SPREADSHEET =
"metric_summary.xls";
  DB<1> n
main::(./template_metrics.pl:25):       my $BACKGROUND_FILE =
"analysisMetrics.txt";
  DB<1> y
$METRICS_SPREADSHEET = undef
$TEMPLATE_METRIC_HTML = undef
$TEMPLATE_SUMMARY_HTML = 3


Do you have any suggestions as to what might be wrong or better yet how
to fix it?

Thanks,
-Brian.




LEGAL NOTICE:
Unless expressly stated otherwise, this message is confidential and may be privileged. 
It is intended for the addressee(s) only. Access to this e-mail by anyone else is 
unauthorized. 
If you are not an addressee, any disclosure or copying of the contents or any action 
taken (or not taken) 
in reliance on it is unauthorized and may be unlawful. If you are not an addressee, 
please inform the sender immediately. 



Reply via email to