use Tk; $top = new MainWindow; $top->Scrolled("Listbox")->pack->insert("end", keys %ENV); $top->Scrolled("Listbox")->pack->insert("end", keys %INC); MainLoop;