if ( $pid eq "" ) # if null, MEVS not running - issue command to start MEVS { @command = ("/mevs/$version/bin/mevs", "/mevs/$version/data/config_data/mevs2.cfg", "online"); system(@command, "&"); # restart MEVS $pid = get_pid($version); # Get the current $version mevs pid chomp $pid; # chomp if not null print STATUSLOG "\n\n$ctime [$pid] -- MEVS Status Log -- The MEVS Online process has been restarted\n\n"; #### DB<1> b 151 DB<2> c MEVS 2.0, Medicaid Eligibility Verification Server, (c)2003. Done. 12/07/04 @ 11:13:41 : MEVS started in Online mode, on port 6500, with 20 listening slots.