RE: screen size question

2003-03-27 Thread Peter Kappus
Hi Lou, Yes, as Jeff pointed out, if you're running it from a console, system("stty -a") should give you the rows/columns and a bunch of other usefull stuff. If, however, you're talking about screen resolution and you're running your script as a CGI and sending the results to a browser (wh

Re: screen size question

2003-03-27 Thread Luinrandir Hernsen
day, March 27, 2003 3:16 PM Subject: Re: screen size question > system("stty -a") should get you what you want I don't know if perl has > anything 'built-in'. > > > -JW > > > --- Luinrandir Hernsen <[EMAIL PROTECTED]> wrote: > > how do I

Re: screen size question

2003-03-27 Thread Jeff Westman
system("stty -a") should get you what you want I don't know if perl has anything 'built-in'. -JW --- Luinrandir Hernsen <[EMAIL PROTECTED]> wrote: > how do I find the current screen size of someone running my perl program? > many thanks > Lou __