Yesterday i send messagebox using Win32 module and it works....

Today I feel that it takes a long time for showing message box....
I use it for sending a message to the user in a cgi ....
how you know a person who is waiting for a query get tired when it takes a
long time for appearing........

this is what i send to the user :

my $result = Win32::MsgBox('�Est� usted seguro de querer eliminar los
registro del empleado?', 32+4, 'Empleados');

 (($result == 6) ? &displayemp($Output,$dataIn) : &redirect);

You know how can i do for doing it faster?
I use IIS 4, windows NT 4.0 

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to