Help for this page
#!/usr/bin/perl -w use Tk; use Tk::DialogBox; ... )->pack; MainLoop;
... $InfoWindow->add("Label", -text => "Output: $output")->pack; ... $InfoWindow->Show(); $InfoWindow->destroy;