Re: Install Script Feedback
Steve Cookson <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi James, On 22-10-2014 18:05, James Lynes wrote: > So, now I have everything going to both the screen and the log file. > If you know a better way, let me know. I'd rather not have all the > compile stuff going to the screen. I am not a shell guru! I suspect there is some syntax, as there is in perl, for echo as well, so that you can do in perl "print STDOUT 'Do you want to proceed?'"; You could use STDERR, but that wouldn't be so nice. Maybe that would avoid sending it to the log file. regards Steve.