in reply to prompting a user for input
if ($answer =~ /^y/i) { unlink $file or die $!; } else { next; } [download]