All, I am trying to print the output of grep command through cgi. When I do grep on a specific file I get the desired output, but while I try something like " grep -Ri pattern ../directoryname/ " I get no output when I run cgi(browser) though I get the output correctly run in commandline (perl). The directory and files have all permissions (777) recursively. I see the same problem when I do "grep pattern ../directory/* " also. Can someone tell me what may be the problem. TIA tapas
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>