in reply to Re^4: Dialog with UNIX shellin thread Dialog with UNIX shell
my $response = <STDIN>; chomp($response); if (lc($response) eq 'y') { ...etc [download]