Help for this page
foreach (@vmstat) { # assigns to $_ (undef,undef,undef,undef,$pos5,$pos6) = split; # splits $_ on + whitespace push @mylist, $pos5; push @mylist1, $pos6; }