I would use the following to get at the data in each line: (untested)
Hope this helps!my $output = $rh->get_response; $output = join( " ", split " ", $output ); my @outputlist = split /\ /, $output; foreach (0..$#outputlist) { . . .
Regards...Ed
"Well done is better than well said." - Benjamin Franklin
In reply to Re: REGexp match query
by flexvault
in thread REGexp match query
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |