Stored routines, procedures and functions:
*Multiple ResultSets
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.
(Need specific code here or elsewhere!)