|
|
| Syntactic Confectionery Delight | |
| PerlMonks |
Re: Unix Perl and Htmlby thatguy (Parson) |
| on Aug 15, 2001 at 23:29 UTC ( #105150=note: print w/ replies, xml ) | Need Help?? |
|
First off, I would not run the printstatus command from your script. This is a big security risk and most likely, the user your webserver uses is not allows sudo access (since it is implicitly defined by the admin). Now a cronjob running printstatus into a logfile would be better. check out the man page for cron.. something like 0 0 * * * sudo /path/to/printstatus >> /path/to/logfile should work ok. Depending on the output of printstatus (got a sample?) you could read it in line by line and print out the html using the CGI.pm.. also something like
-p
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||