42 my @command_array = ; 43 close(FILE); 44 45 print "@command_array\n"; 46 my @command_array_split = split(/:/,@command_array); 47 48 49 print "Individual Elements\n\n"; 50 print "@command_array_split[0]\n"; 51 print "@command_array_split[1]\n"; #### fault-reportin email smtp-server 1.2.3.4 from me@here.com recipient me1@here.com recipient me2@here.com recipient me3@here.com recipient me4@here.com enable Individual elements 7 ---- Why is this coming back and not the value of the element--- @command_array_split[0]