Perl has a built in debugger.  You can say

perl -d abc.pl

And it will stop at the first executable line (ignoring BEGIN blocks and
use statements).  You can then step through or over the code.  See
https://perldoc.perl.org/perldebug.html or perldoc perldebug for more
information.

On Mon, Jul 17, 2017 at 3:48 PM Asad <asad.hasan2...@gmail.com> wrote:

> Hi All ,
>
>           I am new to perl , I a have a abc.pl script and abc.pm module .
> I want to understand when I execute abc.pl hw to get to a debug state to
> identify what values does it take . Any GUI interface available to see the
> flow of events.
>
>
> --
> Asad Hasan
> +91 9582111698 <+91%2095821%2011698>
>

Reply via email to