Hey all, I've got this PERL program written that queries my LDAP for basic info, ie 
what users are in what groups, what groups are in what OU, etc etc etc.  The problem 
is the results are HUGE, I am talking like 20Mb+ each.  So I was thinking all I'd 
really need to do is echo/print to an .html, but what I want to do is integrate a 
method to eather quickly search through the form, or create a TOC and users could 
click on a given group title, for example, then see all the users in that group.  Any 
suggestions as to the best method of doing this?  I don't really need specific syntax, 
I can figure that out, I just need to know functionally what I need to do, if it's 
possible, maybe what some of you have done in the same situation?  If you have to 
"speak in code" I can understand, what I mean is feel free to use syntax examples, I'm 
just not asking anyone to code this for me, I just want to knwo the best method for 
taking LARGE amounts of flat text and making it more user-friendly to go through.
Thanks, and have a good day!
Jason

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to