On Thu, Apr 26, 2007 at 03:26:02PM -0700, Pierre Mariani wrote:

> anyone know how to create an array of references?

my @a = \($a, $b, $c);

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to