this won't work, will just push one array onto another. 
thanks

> -----Original Message-----
> From: Shishir K. Singh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, June 18, 2002 10:55 AM
> To: Kipp, James; [EMAIL PROTECTED]
> Subject: RE: combining data structures into one array
> 
> 
> push (@myVar, @$_) for @$stats;
> push (@myVar, @$_) for @$totals;
> push (@myVar, $_)  for @$loads; 
> 
> 
> 
> 
> 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to