chomp $line; my @items_in_line = split ' ', $line; # access the second item: print $items_in_line[1], "\n"; [download]
In reply to Re: accessing array items by moritz in thread accessing array items by Tedffo