Hey all, I am thinking I'd like to "browserize" a number of simple functions, please correct me if I understand what I'd need to do. Lets say I want to run a pkginfo command on my web server, and return teh results to a browser, I'd need to call a ksh script from a CGI module? So I'd make a form in perl, where I could button select which packages I wanted to see, then pass those package names so in effect on the back end I could do a pkginfo |grep <FROM_WEB_FORM> So I can write the ksh easy, my question is how to call it and return the results I guess. I am sure this is all documented, and I know there's been a lot of talk of calling seperate programs from perl, does this fit? Can someone point me in the right direction for documentation on how to do this. Basically I need to be able to call ksh scripts and pass them operands, and parse the results into a list/form for a browser. Thanks, Jason
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>