Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Trying to capture a value from a list of values

by parthodas (Acolyte)
on Sep 02, 2015 at 08:48 UTC ( [id://1140761]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @mylnxsrvrs = split(',', $myhash{SBLLNXSRVRHOSTS});
    @mywinsrvrs = split(',', $myhash{SBLWINSRVRHOSTS});
    @mysblroot = split(',', $myhash{SIEBELROOT});
    ...
    printf "$a $lnxsrvr\n\n";}
    printf "$lnxsrvr\n";
    printf "@mylnxsrvrs";
    
  2. or download this
    my $lnxsrvrs = "@mylnxsrvrs";
    printf "$lnxsrvrs";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1140761]
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-20 02:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found