# Automatically start a webbrowser to http://localhost:$CFG{'MYPORT'} if($0 =~/.exe$/i){ system("start","http://localhost:$CFG{'MYPORT'}"); } #### if ($^O eq 'MSWin32') { system("start","http://localhost:$CFG{'MYPORT'}"); }