On 8/29/22 17:59, ToddAndMargo via perl6-users wrote:
Hi All,

How do I trigger and detach and external program from
inside Raku?  I want the program to go off on its
own and I do not want any results back from it.

Many thanks,
-T


Figured it out with `shell` but not `run`
(I want both for my notes.)

shell "zenity --info --title \"$Title\" --text \"$NotifyStr\" --width=220 --timeout=$Timeout &";
  • detach? ToddAndMargo via perl6-users
    • Re: detach? ToddAndMargo via perl6-users

Reply via email to