in reply to Re: Using FastCGI
in thread Using FastCGI
Oh, well this was an amazing help. Should I include my full code? It seemed like a lot to post, so I omitted it.
grep { -f && /^parsed.*\.txt$/ caused an error, so I used grep { '-f' && /^parsed.*\.txt$/} with single quotes, until this is tested, I just won't check if it's a file.
Your post definitely gave me hope that I can find a way to optimize the rest of the script. I was really impressed by the use of $/ to eliminate so much. I hope I can begin to think that way. It may help to amalgamate all the files into one before hand to avoid that one loop
Thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using FastCGI
by davido (Cardinal) on Jun 15, 2011 at 04:53 UTC | |
by jonc (Beadle) on Jun 15, 2011 at 05:19 UTC | |
by davido (Cardinal) on Jun 15, 2011 at 05:30 UTC |