Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^3: Trying to capture a value from a list of values

by tangent (Parson)
on Sep 02, 2015 at 11:45 UTC ( [id://1140784]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Trying to capture a value from a list of values
in thread Trying to capture a value from a list of values

Why have you completely ignored Ed's advice?

To get the first value of your array:
my $first_value = $mylnxsrvrs[0];

Replies are listed 'Best First'.
Re^4: Trying to capture a value from a list of values
by parthodas (Acolyte) on Sep 02, 2015 at 12:05 UTC
    I did not ignored Ed's advise. But could not apply it. Though using my $first_value = $mylnxsrvrs[0]; solved my issue. Thanks a lot.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1140784]
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 13:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found