So I got this log analysis script that is not a .cgi file and must be run from telnet. My host does not allow telnet connections. Also, I'd like to set up this program to auto run (generate a daily report) every day anyway. Is there a way to write a script that does this and will allow me to start the script internally as well? I'm guessing starting the script on the server will get me around the telnet restriction. Don't know if I'm right or wrong about that. Any Perl heavies have any ideas on this one?
-Scott