in reply to map variables to arrays using as defined by a single list

Instead of using that code, you want to read chromatics' DBI is OK article on Perl.com. You certainly don't want to use eval for such a trivial task (I've written about this before). You should probably read Mark-Jason Dominus' excellent Program Repair Shop and Red Flags article series on Perl.com as well.

HTH.

Makeshifts last the longest.

  • Comment on Re: map variables to arrays using as defined by a single list