in reply to Running stored procedure through perl script

That line does not contain a ->Fields method call, but the line two lines after contains one:

$value = $RS->Fields(1)->value;

This would indicate that $RS is undefined, or that you didn't post the code that produced this error message. I guess that both are true, because the code you posted would die in the function call to ->EOF already..

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.