"D. Bolliger" <[EMAIL PROTECTED]> wrote:  
I guess the reason why you got no answer when you posted the identical 
question in a recent thread is because, at least

- your question(s) is/are unclear
- your code is not trimmed - even not from comments

Anyway. When you print $dub_values and it shows up as an array ref as 

ARRAY(0x4002c164)

and you want the values of this arrayref, you have to dereference it in some 
way.

Start with printing out @$dub_values.

Or assign it before if you want bigger freedom to format the values:

my @[EMAIL PROTECTED];
# handle @dub_values_arr

Hope this helps

Dani

  
How are my quesitons unclear???  Man I take a beating from this help list.  I 
have seen many questions asked that are just "bone-headed" questions or people 
are too lazy to research and I do not feel my questions fall in these 
categories.
   
  I stated " I am printing the array reference address as opposed to printing 
the actual values. 
What am I doing wrong and any tips would be nice?"
   
  How is that unclear?  


 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to