Hawkes, Mick I <mailto:[EMAIL PROTECTED]> wrote:
 
: Also,  I put all the changes in you recommended, but I still get the
: same error! 

    I didn't test the fetchall_arrayref() solution. You shouldn't add
it until you have tested it first.


: Error executing run mode 'Mode_0': can't call method "param" on an
: undefined value at Test_code.pm line 283 

    Check line 90. There's a typo. Perhaps you should turn on warnings.

  $template->param(db_loop => $self>GetOfficers());

    Should be:

  $template->param(db_loop => $self->GetOfficers());



HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to