in reply to Perl Functions
something like this ?
DB<110> @a = map { int rand 100 } 1..5 => (61, 43, 71, 44, 61) [download]
then call @ret=func(@a)
Cheers Rolf (addicted to the Perl Programming Language and ☆☆☆☆ :)
PS: Je suis Charlie!