Help for this page
42 my @command_array = <FILE>; 43 close(FILE); ... 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 ... Individual elements 7 ---- Why is this coming back and not the value of the element--- + @command_array_split[0]