Help for this page
#!/usr/bin/env perl use strict; ... print "in: '$_'\n"; chomp (my $output = $_); print "out: '$output'\n";