In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Sreedhar Kalkunte-Venkatachala) writes:
>Hi
>
>I am printing the message using print statement. print "the message is =
>$msg";
>
>How to add control G  in that.

I assume that what you want to do is ring the bell.  In which case, 
if you type 

        perldoc perlop

and look for "Quote and Quote-like Operators", you'll see:

           \a          alarm (bell)    (BEL)

-- 
Peter Scott
http://www.perldebugged.com/
*** NEW *** http://www.perlmedic.com/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to