Hi,

I have another problem :-(

In test.html
---
[- $req = shift; $obj = $req->{obj}; -]
[+ $obj->show("hello", "quoteme"); +]
---
where $req - is mySQL DBI
and $obj is wwwmodule.pm

I call out show. But how can I add $req (mySQL support to wwwmodule.pl)?
(I mean - how can I make a $req->{dbh}->quote("quoteme"); in
wwwmodule.pl...)
I hope you can understand my thought...

Thanks...


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

Reply via email to