Re: Perl Script as a Cron Job

2006-10-11 Thread Stuart Adams
Mazhar, The cron log is most likely written to /var/log/cron -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl + ncurses turtorial ?

2006-07-10 Thread Stuart Adams
Hi Greg, Curses::UI comes with a nice variety of example applications, as part of it's tutorial. I am writing a movie rental app, but I don't feel ready to have others scrutinize my work... If you do find a working perl app done with curses, please share it, I would love to take a look at how oth

Re: IRC Bot parsing

2005-07-03 Thread Stuart Adams
Just FYI, the POE::Component::IRC module on CPAN will do this all for you. On 7/3/05, Ing. Branislav Gerzo <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] [dwt], on Sunday, July 3, 2005 at 15:04 > (+0100) wrote about: > > > dwt> : PRIVMSG <#channelname> : > dwt> At the moment I am using the if st

Getting started with Curses

2005-06-03 Thread Stuart Adams
Hello. I'm trying to get started with curses, so I wrote some code. The first printw statement works fine, but it doesn't accept any input afterwords. Is there a special method needed to get input from the keyboard when using curses? Your help is greatly appreciated. Here is my script. #!/usr/bi