The lack of sound is probably from your terminal.  For instance, iTerm2.app
has the "Silence Bell" option in Preferences > Profiles.

On macOS, this makes a ding noise:
perl6 -e 'run <say ding!>'
or
perl6 -e 'run <say -v Bells ding!>'

On Wed, May 31, 2017 at 9:18 PM, ToddAndMargo <toddandma...@zoho.com> wrote:

> On 05/31/2017 09:11 PM, Peter Scott wrote:
>
>> On 5/31/17 8:44 PM, ToddAndMargo wrote:
>>
>>> On 05/31/2017 08:39 PM, Lloyd Fournier wrote:
>>>
>>>> perl6 -e 'say "\a"'
>>>>
>>>
>>> No joy under linux.
>>>
>>> 0x07 does not work either.  Just prints a 7
>>>
>>
>> ITYM chr(7).
>>
>
> perl6 -e 'print chr(7)'
>
> No joy.  :'(
>
>
>
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Computers are like air conditioners.
> They malfunction when you open windows
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>

Reply via email to