sub remove_title { system "clear"; print "Enter Title you wish to remove (this will delete the .iso):"; chomp($title = "default." . ); print $title . "\n"; print "test"; print "test"; sleep(2); }