in reply to Re: qx command outputs
in thread qx command outputs
Though I thinkprint system(qq($doscommand > "$logfile"));
would be better.#replace . w/ . if 5.6++ open(LOG, '>>'. $logfile); print LOG qx($doscommand);
--
perl -pe "s/\b;([st])/'\1/mg"
|
|---|