Help for this page
use warnings; use strict; ... my @m_file = map { ($_) ? $_ : 'default' } (split /\|/,$file); # try +w/ defined($_) as well print Dumper(@m_file);
Output I want ... 34 0 123