Link to home
Start Free TrialLog in
Avatar of red031197
red031197

asked on

IIS ver 4 CGI

I give up! what I want to do is search a flat file within a page on IIS ver 4 what CGI lang do I use?
Avatar of tpryor
tpryor

Perl is the best language for searching text files.  If you run into performance problems you have to options,

1) Get a real DB and use perl to query it.
2) Use C

Perl cant be beat when dealing with text. It is very easy and you can do a lot with little programming.
1 paragraph in perl often equates to 3 or more pages in C

check out www.cpan.com for all you need to use perl.

BTW: it is free! and there are many scripts available on the web for free, too. <gr>

Good Luck
t
Avatar of red031197

ASKER

how do I use 'C' on IIS compiler as an exectuble?
ASKER CERTIFIED SOLUTION
Avatar of tpryor
tpryor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial