Help for this page
#!/usr/bin/perl while (<STDIN>) { chomp; print "$_ and two\n"; }
#!/usr/bin/perl while (<>) { chomp; print "$_ and two\n"; }