On Wed, 2008-08-27 at 06:29 -0700, [EMAIL PROTECTED] wrote:
> 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!
> 
> Best regards,
> 
> Ronald
> 
> 

You can use the Perl debugger. See:
  perldoc perldebtut
  perldoc perldebug


-- 
Just my 0.00000002 million dollars worth,
  Shawn

"Where there's duct tape, there's hope."
        Cross Time Cafe

"Perl is the duct tape of the Internet."
        Hassan Schroeder, Sun's first webmaster


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to