[EMAIL PROTECTED] wrote:
Each element of an array *is* a scalar so why do you think you need to do this?
my ( $name1, $name2, $name3 ) = @array;
True,
But how would I know how many ($name) to use in the line above In my case
for a perticular user I have some bad volumes which are @arrays and I
want to do the comparison of these bad volumes e.g.size check mount point
etc. and get the one that i think is appropriate. so for a user this
array could be 1 or may be 5 or may be 2
Can you provide an example of the type of data you are working with and what
you intend to do with it?
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>