in reply to Re^3: How to get array elements from reference ?
in thread How to get array elements from reference ?
use TeamSite::WFsystem ;
$system = new TeamSite::WFsystem() ;
@jobs = $system->GetActiveWorkflows();
foreach $job (@jobs){
print "$job \n" ;
}
why am I still getting reference to array printed out ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to get array elements from reference ?
by Corion (Patriarch) on Jun 08, 2011 at 07:07 UTC | |
|
Re^5: How to get array elements from reference ?
by Neighbour (Friar) on Jun 08, 2011 at 11:40 UTC |