Hi,
I am a programmer but have never user perl and am working on a messy site. I was hopeing that someone could point me in the right direction with this error Iam getting...
This is line 52:
I am thinking that the recordset object is not getting created correctly... any suggestions on where I might look to figure this out?
They also have this at the top wich I assume is important
any/all suggestions would be appreciated.. if I have not been clear enough, please let me know..
CES
I am a programmer but have never user perl and am working on a messy site. I was hopeing that someone could point me in the right direction with this error Iam getting...
Code:
PerlScript Error error '80004005'
(in cleanup) Can't call method "Value" on an undefined value
/careers/resdat/admin/employers.asp, line 52
This is line 52:
Code:
if ($rst->Fields(0)->Value) {
I am thinking that the recordset object is not getting created correctly... any suggestions on where I might look to figure this out?
They also have this at the top wich I assume is important
Code:
use vars qw($Response $Request $Server $Session);
any/all suggestions would be appreciated.. if I have not been clear enough, please let me know..
CES