http://qs321.pair.com?node_id=700931

drodinthe559 has asked for the wisdom of the Perl Monks concerning the following question:

Perl Monks - How do you change the size of the console window when running a perl script on a Windows 2000 station. Below is a snippet of the code that I'm trying to use.
use Win32::Console; my $console = Win32::Console->Size(500,180,300);