![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re^2: how to keep tracking the system command in cgiby misterb101 (Sexton) |
on Feb 10, 2006 at 14:31 UTC ( #529364=note: print w/replies, xml ) | Need Help?? |
Well there is a way of doing this (there's always a way of doing it! ;) But this would involve forking off the installation process and using IPC or another method to communicate with the forked process. Is this what you are looking for? if so, consult the 'perldoc perlfork' page. There is however a limitation when used on a non-linux system like windows that doesn't support the fork system call. Good luck! Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|