Help for this page
while (<>) { chomp; # avoid \n on last field @array = split(/:/); # ... }
chomp($cwd = `pwd`); chomp($answer = <STDIN>);