in reply to qx command outputs
Would system("$doscommand > $logfile"); work? It's a little less work than
open(LOG, ">$logfile") or die "$logfile: $!"; print LOG `$doscommand`; close LOG;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: qx command outputs
by belg4mit (Prior) on Jan 15, 2002 at 21:42 UTC |