Help for this page
use strict; use warnings; ... #print join ("$start" , @numbers),"\n"; print join ' ', map { 0, $_ } @numbers;
Not enough arguments for map at 910662.pl line 9, near "} @numbers" syntax error at 910662.pl line 9, near "} @numbers" Execution of 910662.pl aborted due to compilation errors.