From: [EMAIL PROTECTED] > I am learning how to use Perl. When I was first time using VBA, I > could use "F8" to track how all the variables change each by each and > step by step so that I can understand how the whole coding flows. Is > there any method to do so (or similar) in Perl? Many thanks!
There is a builtin debuger, but it's a wee bit scary (even to me, after more than ten years of Perl). I think you'll have more luck with Devel::ptkdb (http://search.cpan.org/search?query=ptkdb&mode=all) Plus some of the IDEs like Komodo contain a debuger. I myself don't like IDEs so I can't comment on those. Jenda ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz ===== When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like. -- Terry Pratchett in Sourcery -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/