how to convert an array into a recursively calling string

W

Wrapster Aol

Hi all,

I am stuck with an issue of converting a set of values present in the
yaml file that i've pushed into an array to a recursively calling
command.
I have attached the yaml file .
This is how the o/p should be

<cmd> -l vnic1 -L=active -P=L2,L4 -l vnic2 -L=active -P=L3,L4 confivnic

"similarly the process continues with initiation of another command for
notsoconfi"

I tried with everything i knew and all i could get to do was either
<cmd> -l vnic1 vnic2 ...... (notice -l missing)
or
<cmd> -l vnic1 <cmd> -l vnic2 ...... (here the basic syntax turns out
to be wrong)

I have been asking this on irb but since am new to ruby and yaml. I was
not able to get a clear picture .
pls help

thanks

Attachments:
http://www.ruby-forum.com/attachment/2761/testyaml.yaml
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top