I've been doing some work on AIX and using grep to find data in files, but I frequently run into situations where the lines are much longer than 2k characters. I found a nice tool using Perl to do this..
Now I would like to beef up this script a little bit.. How can I run that Perl script remotely without using Telnet? Or maybe hiding it by giving the end user a GUI? These are my requirements.. 1. take a search string from enduser 2. log into Unix 3. execute Perl script 4. return positive/negative result to user.. I don't have a web server for this.. I can install Perl on end user desktops, but not preferred. Thanks, Steve. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]