Hi- 

> -----Original Message-----
> From: Benjamin Jeeves [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, February 16, 2003 2:42 AM
> To: [EMAIL PROTECTED]
> Subject: Re: How to Konsole
> 
> 
> On Sunday 16 Feb 2003 11:43 am, Beau E. Cox wrote:
> > 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;
> Yes a know about the print 
> 
> A Linux Konsole abit like M$DOS window
> 
Well, then print works! It will print text
to STDOUT which is the Linux shell from whence
the script was started. (Like the shell
'echo' command).

If you want to get into GUI (X-Windows), look
into Perl/Tk.

Am I missing the point of your question? If so,
try it and post a question with a script sample
included.

Aloha => Beau.



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

Reply via email to