Does printing an ASCII BEL character do what you want? perl6 -e'print "\x7"'
On Thu, Jun 1, 2017 at 3:23 PM, ToddAndMargo <toddandma...@zoho.com> wrote: > Hi All, > > Does Perl 6 have a build in "ding" sound, or do I > need to make a system call (which I do all > the time in bash script)? > > Many thanks, > -T > > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > When we ask for advice, we are usually looking for an accomplice. > -- Charles Varlet de La Grange > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >