sub help_button_handler { if (! fork()) { system("/usr/bin/ghostscript", $path_to_help_file); } }