There's also a very nice tutorial here
http://techblog.net-a-porter.com/2014/03/learning-the-perl-debugger-introduction/

On Mon, Jul 17, 2017 at 8:54 PM, Chas. Owens <chas.ow...@gmail.com> wrote:

> 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>
>>
>


-- 
Andrew Solomon

Mentor@Geekuni http://geekuni.com/
http://www.linkedin.com/in/asolomon

Reply via email to