Help for this page
#!/usr/bin/perl -l sub mychomp { chomp $_[0] } ... $z = chomp $z; print "($x,$y,$z).";