in reply to Use of IPC::Run rather than system()
print "Insert blank cdrom ,press enter\n" { local *STDIN; open( STDIN, "< /dev/tty" ); my $ok = <STDIN>; } [download]