Help for this page
my $line = <FILE>; # read the next line print $line;
print scalar <FILE>; # read the next line and print it