manishrathi has asked for the wisdom of the Perl Monks concerning the following question:
$wfs = $system->GetActiveWorkflows();
$wfs is a reference to an array containing references to TeamSite::WFworkflow objects.
Now, I want to get all the elements (each workflow) from this array. How can I get it ? It looks that this $wfs will give the number of elements. Do I need to use @wfs = $system->GetActiveWorkflows() ?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to get array elements from reference ?
by Corion (Patriarch) on Jun 07, 2011 at 15:09 UTC | |
by manishrathi (Beadle) on Jun 08, 2011 at 06:38 UTC | |
by Corion (Patriarch) on Jun 08, 2011 at 06:46 UTC | |
by manishrathi (Beadle) on Jun 08, 2011 at 07:00 UTC | |
by Corion (Patriarch) on Jun 08, 2011 at 07:07 UTC | |
by Neighbour (Friar) on Jun 08, 2011 at 11:40 UTC |