Re: '-d' with '>' creates errors

2006-06-27 Thread tom arnall
inline. Tom Arnall On Thursday 22 June 2006 06:35 pm, Tom Phoenix wrote: > On 6/22/06, tom arnall <[EMAIL PROTECTED]> wrote: > > invoking a perl script with '#!/usr/perl -wd' in its first line and > > with './myscript >t' on the command line, > > What are you trying to do? i want to enable th

'-d' with '>' creates errors

2006-06-23 Thread tom arnall
invoking a perl script with '#!/usr/perl -wd' in its first line and with './myscript >t' on the command line, i get as below. i have done this kind of thing many times, but never with this result. also, the script runs fine if i drop '>t' from the invocation, or drop '-d' from the first line o

Re: '-d' with '>' creates errors

2006-06-22 Thread Tom Phoenix
On 6/22/06, tom arnall <[EMAIL PROTECTED]> wrote: invoking a perl script with '#!/usr/perl -wd' in its first line and with './myscript >t' on the command line, What are you trying to do? The output redirection is confusing to the debugger. If you're trying to make a transcript of your debugge

'-d' with '>' creates errors

2006-06-22 Thread tom arnall
invoking a perl script with '#!/usr/perl -wd' in its first line and with './myscript >t' on the command line, i get as below. i have done this kind of thing many times, but never with this result. also, the script runs fine if i drop '>t' from the invocation, or drop '-d' from the first line o