Unlike a SELECT statement, a Stored Procedure returns multiple result sets. The requires different code to be used for gathering the results of a CALL in Perl, PHP, etc.
SELECT
Stored Procedure
CALL
(Need specific code here or elsewhere!)