Help for this page
#!/usr/bin/perl ... use warnings; chomp( my @input = <> );
chomp( my @input = split(/^/m, $input) );