Hello Jerry,

Friday, July 20, 2001, Jerry Preston <[EMAIL PROTECTED]> wrote:

JP> I  tried  $$  and  still no output. What in the module did I do to
JP> make you think the $$ would work?

do you replace
%wdf = $ki->test;
with
$wdf = $ki->test;
too?
your module returns a reference(\%wdf), so you should use pointer.

see
perldoc perlref
for more information.

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



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

Reply via email to