in reply to Re^3: Accessing single element without args
in thread Accesing single element without args
That makes sense :). I will try to use it if my code reviewer approves :)
A final query on my question. As i want to print only r[0], is there a way to set the array @r to only r[0] during interface_control call
. I mean like thispush (@r, $r[0])
I know inside interface_control sub, i can set this, but interface_control can call from outside set this value ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Accessing single element without args
by Athanasius (Archbishop) on Mar 31, 2015 at 06:09 UTC | |
by Anonymous Monk on Mar 31, 2015 at 06:39 UTC |