fetching data from sybase using perl

How can I fetch and retreive data(of each result set) of multiple result set from sybase by calling a stored procedure using perl DBI module on an unix solaris environment?????

Please help

Assuming you've read the DBI man pages and the Sybase-DBD driver notes, can you get the output of a regular query to work?

Use Sybase:: DBlib perl module.

Please report back here if the other Sybase module solves your problem