@list = ; #### my $User_Entry = ; my @list = split(/ /, $User_Entry); . . . #### use strict; use warnings;