Hey wiggins,         

My MUA believes you used 
to write the following on Monday, January 27, 2003 at 2:37:14 PM.

wdo> Yes that is an array reference, which is likely correct.

Cool, at least I am not totally out to lunch...

>> My question is how do I get it to print correctly like the FROM
>> line?

wdo> You must dereference the array. So something like the following:

print @{$client->>{TO}};

Cool, that did the trick.  So, I wrapped the original "$client->>{TO}"
up in @{} and now it works a charm!

wdo> If you want to pull up a comfy chair and do the required reading
wdo> first, ;-)....check out:

wdo> perldoc perlreftut
wdo> perldoc perlref

Will do that, thanks

wdo> These should sufficiently whet your appetite (and make your head
wdo> hurt for a while).

<g>

Thanks again, will have to send a not to the author, as it was his
code that needs to be changed... <g>

-- 
Tim Musson
Flying with The Bat! eMail v1.62 Christmas Edition
Windows 2000 5.0.2195 (Service Pack 2)
As I said before, I never repeat myself.


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

Reply via email to