Re: win2k erase page

2002-08-30 Thread Sudarshan Raghavan
On Fri, 30 Aug 2002, Bob Green wrote: > On Win2k, how do I erase the page? > > This seems like it should be so simple, I've tried... > @cmd = ( "cls" ); > `@cmd`; > > from the NT shell, "cls" clears the screen. This is a faq perldoc -q 'How Do I clear the screen?' If you are using activestate

win2k erase page

2002-08-30 Thread Bob Green
On Win2k, how do I erase the page? This seems like it should be so simple, I've tried... @cmd = ( "cls" ); `@cmd`; from the NT shell, "cls" clears the screen. Any idea's appreciated. thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]