Help for this page
my @a=<STDIN>; print @a;
my @a=<STDIN>; print "\n @a";
my @a=<STDIN>; chomp(@a); print @a;