philippe_44 wrote: > Yes I do use Proc::Background but it's a direct launch of the app, not > in a shell so I assume I get the right PID.
>From reading the documentation it seems that if you launch the application with all its parameters as a string, then the shell is being used. If you pass the executable's name and parameters as distinct elements of a list, then it shouldn't. Are you passing a string to ->new(), or a list? Michael http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=108030 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
