in reply to CGI new window fixed dimension

How can I create something like this or like a pop-up windonw via Perl/CGI ???
You can't. This is done with Javascript. Look up the `window' object in a reference somewhere.

You can get your CGI script to output Javascript if you like. The documentation to CGI.pm has a few tips on how to do this.

MB