in reply to How to return a two dimensional array from a function in Perl?

Thank you, I see what I was doing wrong. Based on the example you submitted. $buildit[0][0]="Oh";, return( @buildit ); @RecvIt = &Shazam; print "it:$RecvIt[0][0]\n"; Just have to remember to marshal your @ and $ in the code. [left hand[swap @:$]] and [right hand[swap $:@]], perfect, thank you.

2018-11-05 Athanasius added code tags