in reply to Re: Re: Trying to get fancy...
in thread Trying to get fancy...

Though readability may not be a high priority for you in this excercise, consider changing this:

(@{$_})[0]

to this

 $_->[0]

Replies are listed 'Best First'.
Re: Re: Re: Re: Trying to get fancy...
by Purdy (Hermit) on Nov 28, 2001 at 20:48 UTC
    *laugh* ... thanks. Lord help whomever adopts my code whenever that happens. Fortunately, this exercise is for a temporary utility script, but with my success, I will prolly adopt it more often. Hermmmm...

    Jason

Buzzcutbuddha (Readability key) - Re: Trying to get fancy
by buzzcutbuddha (Chaplain) on Nov 29, 2001 at 18:45 UTC
    If I could have voted this up twice, I would have. :)