Debug a perl program

To debug a perl program, invoke the perl debugger using "perl -d" as

shown below.



# perl -d ./perl_example.pl

Comments