Re: extracting elements from arrays of arrays of arrays ;-)

2002-03-13 Thread Peter Scott
At 06:38 PM 3/13/02 -0800, Simon K. Chan wrote: >Hiya All, > >I hope you'll forgive this oo perl rookie for asking a routine >question. I'm not new to perl, but >the bioperl module I'm working on is giving me a headache! ;-) > > >Let's say I have this: > >my @array = qw(12 56 41 23); > >my $arra

extracting elements from arrays of arrays of arrays ;-)

2002-03-13 Thread Simon K. Chan
Hiya All, I hope you'll forgive this oo perl rookie for asking a routine question. I'm not new to perl, but the bioperl module I'm working on is giving me a headache! ;-) Let's say I have this: my @array = qw(12 56 41 23); my $array_ref = \@array; # where $var1, $var2, and $var3 are other