Rather than say...
perl -d <some_perl_program.pl>
and THEN once in the debugger type...
>source <some_debug_commands_fl.txt>
I'd like to say...
perl -d <some_perl_program.pl> -e source <some_debug_commands_fl.txt
i.e. do it from the command line so I can put it in a batch file and do everything in one click. Is this possible please.
Thank you in anticipation.