Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: REGexp match query

by flexvault (Monsignor)
on Oct 09, 2015 at 15:42 UTC ( [id://1144314]=note: print w/replies, xml ) Need Help??


in reply to REGexp match query

Dear Monks,

I would use the following to get at the data in each line: (untested)

my $output = $rh->get_response; $output = join( " ", split " ", $output ); my @outputlist = split /\ /, $output; foreach (0..$#outputlist) { . . .
Hope this helps!

Regards...Ed

"Well done is better than well said." - Benjamin Franklin

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1144314]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-03-29 00:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found