> 
> @carryBack = $@something;
> $elems = $#carryBack;
> 

Sorry everybody... I know scalar(@array) and $#array's
different... I do this just normally, I like to count
from 0 as well.. so I treat the elems like this...

What I am trying to ask is when this happen...

sub something
{    my ($hash, $array) = @_;
    my @carrayBack = $@array;
}

Is there any method I can change the $array
back to @array more direct, without to construct
a new array... Sorry my question making confusing...

Rgds,
Connie



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to