#!/usr/bin/perl use strict; use warnings; print "Enter your guess: "; my $input = ; chomp $input; print "$input\n";