mikeysmailbox has asked for the wisdom of the Perl Monks concerning the following question:
Thanks, Mikeopen(RUN, "/usr/local/bin/ticket @ABC|"); while($line = <RUN>) { print "$line"; } close(RUN);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Passing an array into an open command
by tcf22 (Priest) on Mar 18, 2004 at 18:12 UTC | |
by amw1 (Friar) on Mar 18, 2004 at 18:16 UTC | |
by tcf22 (Priest) on Mar 18, 2004 at 18:36 UTC | |
|
Re: Passing an array into an open command
by eXile (Priest) on Mar 18, 2004 at 20:19 UTC | |
|
Re: Passing an array into an open command
by NovMonk (Chaplain) on Mar 18, 2004 at 18:13 UTC | |
by Nkuvu (Priest) on Mar 18, 2004 at 19:03 UTC | |
by NovMonk (Chaplain) on Mar 18, 2004 at 19:12 UTC | |
|
Re: Passing an array into an open command
by Roy Johnson (Monsignor) on Mar 18, 2004 at 20:04 UTC | |
|
Re: Passing an array into an open command
by amw1 (Friar) on Mar 18, 2004 at 18:10 UTC | |
|
Re: Passing an array into an open command
by ambrus (Abbot) on Mar 18, 2004 at 20:00 UTC |