westrock2000 has asked for the wisdom of the Perl Monks concerning the following question:
If I execute the command it will open a kedit and continue to a user input prompt. If I hit enter it will exit the script and the kedit will continue to stay open.system("kedit &"); #or `kedit &` chomp(input=<>); exit;
|
|---|