I have an anonymous array below and would like to know how to pass the
first element to a subroutine as a parameter.

push @data, [$srt,$srfc,$cfc,$cfcq,$cell,$icell,$isector,$sector];

call to subroutine:

session_attempts($srt);

Thank you in advance,

Chris

Reply via email to