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 ?
In reply to Re^4: How to get array elements from reference ?
by manishrathi
in thread How to get array elements from reference ?
by manishrathi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |