http://qs321.pair.com?node_id=1177269


in reply to no feedback when running a script?

i even tried running the script right from the cmd line using perl -d C:path to .pl file. i just get this...
C:\Windows\System32>perl -d Z:\Perl\Mother\Wilsons\Upload\Wilsonsuploa +d.pl ... IO::Socket::SSL::CODE(0x3464058)(C:/Perl64/lib/IO/Socket/SSL.pm:215): 215: INIT { init() } DB<1>

What did you expect? The debugger does not just find the bug for you automatically. You actually have to tell the debugger what you want done next. Try entering the debugger command "n"?

- tye