Help for this page

Select Code to Download


  1. or download this
         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";
    
  2. or download this
    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]