Re: [perl-win32-gui] Event processing

2001-01-04 Thread Kevin . ADM-Gibbs
David, I can't see why you need to go in to the event processing loop at all for this. Can't you just run your loop and then use a MessageBox window when an error occurs? If you wanted to give a status window you could create a window whose only component was a label that you could modify in

Re: [perl-win32-gui] Newbe Question

2000-06-09 Thread Kevin . ADM-Gibbs
Joe, What extension are you using for script? If its .cgi I think you need to associate .cgi with Perl. Something like assoc .cgi=Perl from the command line should do it. Kev. [EMAIL PROTECTED] on 09/06/2000 02:16:15 To: [EMAIL PROTECTED] @ INTERNET cc: Subject: [perl-win32-gui]

[perl-win32-gui] Foldersize

2000-05-12 Thread Kevin . ADM-Gibbs
This may be of interest to some of you so thought I'd send it in. Its a simple script for displaying the size of directories. If you run it and specify a directory as a parameter it will list all the subdirectories beneath that directory along with the total size of the subdirectories. If