in reply to Re^4: Class::DBI::AbstractSearch and SpeedyCGI
in thread Class::DBI::AbstractSearch and SpeedyCGI
Which is what it should do - return an empty set when the search returns nothing... For now, I've modified Speedy to exit after a single run - this means that I still run my script from the compiled version, but not persistantly. Seems to work around the problem, but of course, not ideal. Any other ideas what I should be looking at? Thanks for all the suggestions so far!@r = MyApp::Sets->search_where(ID => undef); print Dumper \@r __OUTPUT__ $VAR1 = [];
-- zigdon
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Class::DBI::AbstractSearch and SpeedyCGI
by perrin (Chancellor) on Oct 04, 2005 at 20:50 UTC | |
by zigdon (Deacon) on Oct 05, 2005 at 02:41 UTC | |
by perrin (Chancellor) on Oct 05, 2005 at 03:26 UTC | |
by zigdon (Deacon) on Oct 05, 2005 at 04:38 UTC | |
by perrin (Chancellor) on Oct 05, 2005 at 04:43 UTC | |
|