in reply to Re: Using awk within system() or open()
in thread Using awk within system() or open()
I think I'd write it as:
--open(UPTOP, 'cat /proc/uptime | awk "{ print $1 } |"');
"The first rule of Perl club is you don't talk about Perl club."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Using awk within system() or open()
by miyagawa (Chaplain) on Oct 24, 2001 at 13:06 UTC | |
by davorg (Chancellor) on Oct 24, 2001 at 13:13 UTC |