Hello Monks,
Is there a shorter method of doing the below? ($arrayKey is just a name list)
if(!$myarray[$arrayKey[$i]]) { $myarray[$arrayKey[$i]]=() }Thank-you kindly, *bow*
Update:
1st reply asked what I think this does... *blush*
2nd reply leads me to believe that its redundant usage in Perl, so i'll just start running code and see if it fails without it
Overall, the above method is redundant. I'm use to defining everything before hand, but perl obviously allows me to freely create my arrays
Thank-you very much for the information and the support :) *bow*
In reply to If Not Replace by Inexistence
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |