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