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
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
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
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