Help for this page
print map {defined () ? $_ : "--"} @results; print "\n";
print map {$_ // "--"} @results; print "\n";