Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

screen resolution

Status
Not open for further replies.

tchatzi

Technical User
Dec 15, 2004
744
GR
Thanks everybody for their help in my preview threads.
All of them were very helpfull,and made me understand a few more things/ways in perl.


i search the web for ways to detect the screen resolution that is applied but i found nothing,
is there some kind of function or is there a module that helps you detect resolution in an array or in a hash like for example:

print "@screen_resolution\n";

1024 768

any advice will be appreciated.
 
This can be accomplished in Javascript, and pass the results back to Perl in a CGI environment.

If you're on a windows environment your going to need to query the WMI

A few modules that might prove useful would be available on search.cpan.org but google for Win32::, as some of the repositories aren't on CPAN for some reason

HTH
--Paul

cigless ...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top