Hi ya I put mine in if statements, then you can turn them of and on globally
if(debug == 1){ print "$bla" } hope that helps Pat On Wed, Aug 27, 2008 at 3:47 PM, Jeff Pang <[EMAIL PROTECTED]> wrote: > >> Message du 27/08/08 16:31 >> De : [EMAIL PROTECTED] >> A : beginners@perl.org >> Copie à : >> Objet : Question on Perl >> >> >> Hi All, >> >> 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! > > Hello, > > You could simply use "print" to track a variable's value to see how it get > changed. > > > > Regards, > Jeff. > > Créez votre adresse électronique [EMAIL PROTECTED] > 1 Go d'espace de stockage, anti-spam et anti-virus intégrés. > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/