[VPM] array refs driving me nuts

Carl B. Constantine cconstan at csc.UVic.CA
Thu May 20 14:05:58 CDT 2004


WARNING WILL ROBINSON --- NEWBIE QUESTION

I'm trying to print out the value of an array reference. The reference
is passed into a function as \@array.

Now in that function I pass out $arrayRef to another function. It's in
this final function I want to print out the value(s) of the array.

I've tried @$arrayRef, $$arrayRef, $@$arrayRef, @$arrayRef[0] all to no
avail.

What did I miss?

-- 
Carl B. Constantine         University of Victoria
Programmer Analyst          http://www.csc.uvic.ca
UNIX System Administrator   Victoria, BC, Canada
cconstan at csc.uvic.ca        ELW B206, 721-8766



More information about the Victoria-pm mailing list