My code snippet is printing only first element of the array. This is printing the following This is printing only http://abcd01.cpu.comp.com:80/AutosysPortal/ instead of all This is printing only 'http://abcd01.cpu.comp.com:80/AutosysPortal/', 'http://abcd01.cpu.comp.com:80/Da/', 'http://abcd01.cpu.comp.com:80/Ge/', 'http://abcd01.cpu.comp.com:80/PO/', 'http://abcd01.cpu.comp.com:80/g/ Can you please let me know where its wrong here?
@redi = $responsetextall[$i][$j]{set}{Client}{redirect_uris}; for my $i (0..$#redi) { $worksheet->write($r, 6, [ $redi[$i]]); }
In reply to Printing first element of an array in worksheet by chandantul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |