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