Help for this page
@array = <FILE>; $last_line = $array[$#array];
@array = <FILE>; $last_line = $array[-1];
my $last_line = (<FILE>)[-1];