In article <[email protected]>, [email protected] (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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
