Posted on 2006-09-27 12:59:23-07 by linlinou
the function system() stays in waiting status on XP
Prima is marvellous ! I don't understand in this short program, why the function "system()" don't execute its return on my computer "Windows XP", although on my computer "Linux Redhat" the message "Fin de la commande dir !" is given. This message isn't printed with XP. Could you explain me ? why i have this behaviour. Thanks a lot, --alain use Prima; use Prima::Application; use Prima::MsgBox; CORE::system("dir"); Prima::MsgBox::message_box("Info","Fin de la commande dir !");
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.