From: Support <su...@ea...> - 2002-07-25 22:05:39
|
Hello, I am working on a module, and have noticed that=20 "my $results=3D`/usr/local/excute/fire`;"=20 always has priority in running in a cgi file. =20 Problem here is that I would like other code to run before=20 "my $results=3D`/usr/local/excute/fire`;" once the other code processes,=20 "my $results=3D`/usr/local/excute/fire`;" may run. =20 My question is how do I make code run in the order I would like? Thanks, Diego |