Re: parsing report
- From: ccandillo@xxxxxxxxx
- Date: 24 Nov 2006 10:15:04 -0800
DJ Stunks wrote:
ccandillo@xxxxxxxxx wrote:
I have a report that looks like the following. I am tring to add up
the disk space, total and used. Using regular expressions, I know how
to find the information that I am looking for but I do not know how to
add them up. Do I store them in hashes, arrays?
it depends how you want them grouped.
by server? (suggestion: hash of hashes)
by server and volume? (suggestion: hash of hashes of hashes)
not at all - ie: two totals? (suggestion: hash)
some other scheme? (suggestion: provide more information)
-jp
By server. If I can do that, then I would be able to create a final
total as well.
.
- Follow-Ups:
- Re: parsing report
- From: boyd
- Re: parsing report
- References:
- parsing report
- From: ccandillo
- Re: parsing report
- From: DJ Stunks
- parsing report
- Prev by Date: Re: parsing report
- Next by Date: Re: Free Perl Editor
- Previous by thread: Re: parsing report
- Next by thread: Re: parsing report
- Index(es):
Relevant Pages
|