The square brackets [] convert the array into an anonymous array reference (which is a single scalar value, it gets printed as ARRAY(0x832d990) for example).my @out = ([grep !exists $h2{$_}, @array1]);
my @out = (grep !exists $h2{$_}, @array1);
In reply to Re: insert perl dumper value in mysql
by bellaire
in thread insert perl dumper value in mysql
by sharan
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |