in reply to no output from debug prompt
I would first try:
perl -demo
and see what you get. If that works, then your script is probably to blame. If it doesn't work, it may be some wonky interaction between the debugger, ssh, and iterm2. The debugger does some magic with STDERR, for instance, that makes it awkward when a script uses it for something too.
-QM
--
Quantum Mechanics: The dreams stuff is made of
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: no output from debug prompt
by kwolcott (Acolyte) on Dec 25, 2013 at 05:18 UTC |