Hi All,

I have something similar to the following:

@legn = procLegn(\@legn);

sub procLegn
{
    my @legn = ?????;

    code.....
}

I'm trying to dereference the pointer (\@legn) which was passed to the
sub-routine.
How do I do that?

Thanks in advance,
Mohammed

<<attachment: winmail.dat>>

Reply via email to