Re: Problem with perl debugger and stdin

2006-12-04 Thread Yitzchak Scott-Thoennes
On Sat, Dec 02, 2006 at 02:25:24PM -0800, Andrew Certain wrote: > In a normal UNIX environment, you can run the perl debugger > and still redirect an input file to stdin. In other words, > > perl -d myscript < mydata > > does the right thing, namely, that you enter the debugger, the debugger >

Problem with perl debugger and stdin

2006-12-02 Thread Andrew Certain
I looked through the archives and Google, but I wasn't able to find anybody else with this same problem. The only similar reference I saw told the poster to use the cygwin perl instead of ActiveScript's perl, but I'm already using cygwin's. My apologies if this has been answered elsewhere.