in reply to Perl Functions

> What I'm stuck on is how to write a script that creates the array and pass that to the library,

something like this ?

DB<110> @a = map { int rand 100 } 1..5 => (61, 43, 71, 44, 61)

then call @ret=func(@a)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!