Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread Aldo Calpini
christopher sagayam wrote: I might be slow to learn but Actually what Im concerned about is the while loop How do I get out of the while loop ? while ( ($status, $status_text) = RasGetConnectStatus($hrasconn) ) { } once the control goes into this loop how it is going to get out ? Or are

Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread christopher sagayam
presses etc too and do it efficiently Thanks chris - Original Message - From: Aldo Calpini [EMAIL PROTECTED] To: christopher sagayam perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 14, 2001 3:47 PM Subject: Re: [perl-win32-gui-users] looping in win32 GUI christopher

Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread Aldo Calpini
christopher sagayam wrote: Here is what Im trying to do I am trying to write a win32 gui perl client which when started will check whether the computer is connected to internet continuously indefinety in the meantime other actions should proceed also So based on your previous example

Re: [perl-win32-gui-users] looping in win32 GUI

2001-02-14 Thread christopher sagayam
Thanks aldo for all your info chris www.perl-resume.com - Original Message - From: Aldo Calpini [EMAIL PROTECTED] To: christopher sagayam perl-win32-gui-users@lists.sourceforge.net Sent: Wednesday, February 14, 2001 6:59 PM Subject: Re: [perl-win32-gui-users] looping in win32 GUI