Hi

> -----Original Message-----
> From: Benjamin Jeeves [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 16, 2003 1:19 AM
> To: [EMAIL PROTECTED]
> Subject: How to Konsole
> 
> 
> 
> Hi
> 
> How would I go about display a message say like "hello and welcome" in a 
> konsole from a perl scripts if some thing meets a pattern that my 
> perl srcipt 
> is look for.  
> 

I'm not sure what you are asking; the perl 'print' command,
by default, prints to STDOUT which is normally the shell or
command prompt that your script was started from. So:

 <your test> {
   print "hello and welcome\n";
 }

would work. You may want to ask this question again with
a sample script, your environment, and what you mean by
'konsole'.

Aloha => Beau;


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to