In article <4ee54abf.6080...@gmail.com>,
 shawnhco...@gmail.com (Shawn H Corey) wrote:

> Try:
> 
> push @Cylinders, [ $1, $2 ];
> 
> This will put the two captured variables in an anonymous array and push 
> it onto @Cylinders.

so simple !!

thanks :)


-- 
klp

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to