RE: [cgiapp] my / our dbh handle (best way?)

2002-05-19 Thread Roy Rubin
What's the best method for opening one mysql connection and having it available to all subs in the application? I tried using $self-dbh($dbh);- Didn't work for me $self-query('dbh',$dbh) - Also didn't work for me Then I found an example of using our $dbh= etc. --

RE: [cgiapp] HTML::Template Question and where is list archive?

2002-05-16 Thread Roy Rubin
I am just starting out using CGI::Application and would like to see an example of how to call HTML::Template and pass it param's? I was also looking for a cgiapp list archive that I could search to see if anyone else may have posted this and gotten a response. Is there a web based

[cgiapp] CGI::Application and HTML::Pager

2002-05-02 Thread Roy Rubin
Hello, I am trying to provide some paginated search results and got stock with compile problems. Can anyone provide an example of using HTML::Pager and CGI:Application. Got an error: syntax error at GLX.pm line 69, near sub d_search syntax error at GLX.pm line 90, near } Compilation failed in

[cgiapp] HTML::Template::Expr and CGI Application

2002-02-19 Thread Roy Rubin
Hello, Is there a way to load a HTML::Template::Expr object in CGI::Application much the same way as load_tmpl() ? TIA [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL