MySQL Forums
Forum List  »  Perl

Re: Variable number of parameters in perl function
Posted by: Rick James
Date: August 30, 2008 03:14PM

In Perl, arrays are turned into multiple scalars when they are used in arguments. So build @array with the items needed, then do
->execute(@array);

Options: ReplyQuote


Subject
Written By
Posted
Re: Variable number of parameters in perl function
August 30, 2008 03:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.