Re: parsing report
- From: "DJ Stunks" <DJStunks@xxxxxxxxx>
- Date: 24 Nov 2006 08:41:33 -0800
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
.
- Follow-Ups:
- Re: parsing report
- From: ccandillo
- Re: parsing report
- References:
- parsing report
- From: ccandillo
- parsing report
- Prev by Date: Re: parsing report
- Next by Date: Re: parsing report
- Previous by thread: Re: parsing report
- Next by thread: Re: parsing report
- Index(es):
Relevant Pages
|
|