SyntaxFix
Write A Post
Hire A Developer
Questions
perl -d your_script.pl args
is how you debug Perl. It launches you into an interactive gdb-style command line debugger.
gdb