in reply to Re: In Linux how to kill the Prompt
in thread In Linux how to kill the Prompt

Hi Vinoth,

I want close the Prompt on which the perl is running,

my intention is, my perl script has to start and run the Jboss server in the background.

once it get started i need to close the command prompt that is opened for this perl script.

Replies are listed 'Best First'.
Re^3: In Linux how to kill the Prompt
by Happy-the-monk (Canon) on Feb 19, 2015 at 08:04 UTC

    Then use exec when calling your perl script like this: exec your_script.perl as suggested here.

    Cheers, Sören

    Créateur des bugs mobiles - let loose once, run everywhere.
    (hooked on the Perl Programming language)