in reply to Re: MSSQL and Perl - heavy load
in thread MSSQL and Perl - heavy load
Not that I would do it exactly like that, but should that work?@lastsale = $sth->fetchrow; if ( $sth->err ){ exit 1; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MSSQL and Perl - heavy load
by almut (Canon) on Jan 11, 2010 at 21:47 UTC | |
by taomanjay (Novice) on Jan 11, 2010 at 22:52 UTC |