Yes. The next problem is:
my $rez = join( ",", $em);
Most likely you wanted:
my $rez = join( ",", @$em);
Maybe you want to read tye's References Quick Reference, and/or use Data::Dumper a lot?
In reply to Re^3: Selecting DB
by Corion
in thread Selecting DB
by frank1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |