Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Trying to display subcategories and counts

by plaid (Chaplain)
on May 04, 2000 at 23:22 UTC ( #10259=note: print w/replies, xml ) Need Help??


in reply to Trying to display subcategories and counts

What you'll need to do is, as described above, create some type of data structure out of the file beforehand. What you might want to do is start with a chunk of code like
my($category, $subcategory) = split(/&/, $ENV{'QUERY_STRING'}); if($subcategory ne "") { # Read in the file and look for the subcategory # specified, as you are already doing } else { # Read in the file and count the values in the # subcategory, as per turnstep's answer above. }
This would get you the desired behavior of having a CGI that can handle with and without a subcategory.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://10259]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2023-11-28 19:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?