Re: grep pattern problem

2005-04-26 Thread Ing. Branislav Gerzo
TapasranjanMohapatra [T], on Wednesday, April 27, 2005 at 11:33 (+0530) has on mind: T> How do I set the path for CGI? If I do a print on $ENV{'PATH'}, T> I get /sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin that's ok. #!/usr/bin/perl $| = 1; #always use this print "Content-type: tex

RE: grep pattern problem

2005-04-26 Thread TapasranjanMohapatra
-Original Message- From: Ing. Branislav Gerzo [mailto:[EMAIL PROTECTED] Sent: Tue 4/26/2005 8:51 PM To: beginners-cgi@perl.org Subject: Re: grep pattern problem TapasranjanMohapatra [T], on Monday, April 25, 2005 at 17:51 (+0530) wrote: T> The directory and files have all permissi

Re: grep pattern problem

2005-04-26 Thread Ing. Branislav Gerzo
TapasranjanMohapatra [T], on Monday, April 25, 2005 at 17:51 (+0530) wrote: T> The directory and files have all permissions (777) recursively. T> I see the same problem when I do "grep pattern ../directory/* " also. T> Can someone tell me what may be the problem. maybe your path is not well set u