Help for this page
push my @users, $line;
push my(@users), $line;
my @users; push @users, $line;
split(/ /,$line)