sub entrada { my ($var) = shift; print "Ingrese $var: "; my $in = ; chomp $in; # <== Add this return $in; }