[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how to convert an array into a recursively calling string

Wrapster Aol

10/3/2008 3:20:00 PM

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-...attachment/2761/tes...

--
Posted via http://www.ruby-....