Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Trying to display subcategories and counts

by Maqs (Deacon)
on May 05, 2000 at 14:53 UTC ( [id://10342]=note: print w/replies, xml ) Need Help??


in reply to Trying to display subcategories and counts

That is not a native perl solution, but it is rather short and graceful, IMHO :):
@subcats = sort(`grep $Catname $file | cut -f 2 -d '|'`);
--
With best regards
Maqs.
  • Comment on Re: Trying to display subcategories and counts

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-19 22:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found