qadwjoh has asked for the wisdom of the Perl Monks concerning the following question:
But this doesn't work as the resulting array only contains one line, which is the entire contents of $output (which when printed out is spread over several lines).@array = split /\n/, $ouput;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Parsing output from LWP::UserAgent
by Happy-the-monk (Canon) on Mar 04, 2004 at 22:08 UTC | |
|
Re: Parsing output from LWP::UserAgent
by Plankton (Vicar) on Mar 04, 2004 at 19:23 UTC | |
|
Re: Parsing output from LWP::UserAgent
by saintmike (Vicar) on Mar 04, 2004 at 19:34 UTC |