Debugging Perl
Problem You have an error in your Perl script and want to debug it. Solution Debugging in Perl is very extensive, this demo is very basic! Check the reference for further instruction.You can manipulate PERLDB_OPTS variable, to force some debugging – then just pass through a -d option to your perl script.Also system debugging is [...]
