use CGI; print 'Your input: '; my $var = ; chomp $var; print "\$var is '$var'"; # Output: 'var is 'foo