Help for this page
use Expect; my $expect = Expect->spawn('/bin/bash'); $expect->log_file("./my.log"); $expect->interact();