Could build a hash as you go along holding the names of the volumes, so that
you then only need sort the keys of the hash at the end and you are ready to
go.  Depending on how the volumes are generated and how you expect them(ie,
is abc equal ABC) If equal need to either uc or lc each, but since you use a
hash, then you would have the unique ids.

Wags ;)

-----Original Message-----
From: Yacketta,Ronald J [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 13:54
To: [EMAIL PROTECTED]; Yacketta,Ronald J
Cc: [EMAIL PROTECTED]
Subject: RE: REVIEW: please review the following


Thanxs,
I found that little one in the docs ;)
hey I do RTFM ;)

I have another little tid bit I am working on now, have look in docs
found a possible but no go yet.

(refereeing to Jeff's helper code)
what would it take to sort @output, after RPT is generated to
generate another report that only contains unique values that are stored
in the second element of the array (that is @output[2]). I am looking
to generate a report of all the "volumes", there will be multiples of
each volume, so I only need a unique occurrence of each.

Regards,
Ron


-----Original Message-----
From: Jeff Pinyan [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 4:41 PM
To: Yacketta,Ronald J
Cc: [EMAIL PROTECTED]
Subject: RE: REVIEW: please review the following


On May 18, Yacketta,Ronald J said:

>Is this error version specific? 
>syntax error at ./wki.pl line 101, near "tr/ //d for "
>Execution of ./wki.pl aborted due to compilation errors.

  ... for LIST;

was added in 5.005, so for 5.003, you'll need to do:

  for (LIST) { ... }

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
** I need a publisher for my book "Learning Perl's Regular Expressions" **

Reply via email to