Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Sep 2001 16:55:03 -0400 (EDT)
From:      Joe Clarke <marcus@marcuscom.com>
To:        Tony Wells <tony@camel.kdsi.net>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Is there a system/Perl command to make a "beep?"
Message-ID:  <20010919165450.B84149-100000@shumai.marcuscom.com>
In-Reply-To: <3BA8F719.455B062E@camel.kdsi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
#!/usr/bin/perl

print "\007";

Joe

On Wed, 19 Sep 2001, Tony Wells wrote:

> This is a *really* dumb question...
>
> For an xchat script, I'm trying to sound an alert on different
> conditions, but I'm not sure what the magic is.
>
> Is there either a way in Perl or a system command that all it does is
> beep?
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010919165450.B84149-100000>