in reply to Re^6: Run Perl Mojolicio Server from SSH
in thread Run Perl Mojolicio Server from SSH

I found the solution :-) - the problem was with the nohup command - it was missing the:

 2>nohup.out

I added it and it works now.

Thanks everybody.