In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Sherm Pendley) wrote:

> On Oct 17, 2003, at 2:53 AM, John Park wrote:
> 
> > hmm, doesn't seem to work, still.
> 
> BTW, did you try searching the list archives? There was a thread about 
> this a year or so ago.
> 
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg03874.html
> 
> Peter Lewis proposed an especially novel solution - instead of printing 
> "\a", and hoping that whoever is listening beeps in response, you could 
> use Inline::C to call the SysBeep() function directly.
> 
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg03889.html

That was a pre-Mac::Carbon solution.  :-)  Now you can do this:

  % perl -MMac::Sound -e 'SysBeep(1)'

Cheers,

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to