Re: audible beep

2001-06-03 Thread Paul
--- "Todd A. Jacobs" <[EMAIL PROTECTED]> wrote: > On Fri, 1 Jun 2001, ~kc~ wrote: > > wouldn't suppose any of you know the syntax to put an audible beep > > in a print line in perl? > > "\a" is the bell character, but it doesn't always wo

Re: audible beep

2001-06-02 Thread Abdulaziz Ghuloum
On Sat, 2 Jun 2001 18:51:20 -0500, Me said: > > umm I don't know who sent me the \b for audible beep.. > > Er, I think they suggested "\a"... > It's \a for alert, \b for backspace. EOS :-) _

Re: audible beep

2001-06-02 Thread Me
> umm I don't know who sent me the \b for audible beep.. Er, I think they suggested "\a"...

Fw: audible beep

2001-06-02 Thread ~kc~
umm I don't know who sent me the \b for audible beep.. but it means to backspace.. hehe I didn't try it but.. i don't think i'll be using that to get a audible beep.. thanks for the responces.. ~kc~ - Original Message - From: "~kc~" <[EMAIL PROTECT

Re: audible beep

2001-06-01 Thread Todd A. Jacobs
On Fri, 1 Jun 2001, ~kc~ wrote: > wouldn't suppose any of you know the syntax to put an audible beep in > a print line in perl? "\a" is the bell character, but it doesn't always work. For example, my terminal ignores the bell character for some reason I've never

audible beep

2001-06-01 Thread ~kc~
wouldn't suppose any of you know the syntax to put an audible beep in a print line in perl? ~kc~