in reply to Re^2: a loop for creating subroutines?
in thread a loop for creating subroutines?

I've already shown you three possibilities to call with "arguments".

I wouldn't try to load unknown subs into main-namespace, that can easily lead to errors.

Try and see what fits your needs.

Cheers Rolf