in reply to Re: a dumb question
in thread a dumb question
....Which once again should be generated from this:
$tty = qx{aml_read /l trace /h $_[3] /s $_[1] /b $_[2] /d all /appl c +ommproc | egrep -c -e $tty_string}; printf("<TR ALIGN=LEFT VALIGN=TOP>\n"); printf("<TD>%s</TD>\n",$tty_string); chomp($tty); printf("<TD>%d</TD>\n",$tty); printf("</TR>\n");
What is also weird is that I can hardcode the variables in the query and get the same results (although it seems to only work outside the loop). I suppose it is possible that I have more than one problem. One problem could be the qx line and the loop may also have errors.
Thanks Bryan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: a dumb question
by runrig (Abbot) on Dec 05, 2000 at 03:46 UTC | |
|
Re: Re: Re: a dumb question
by Motley (Initiate) on Dec 05, 2000 at 03:00 UTC |