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 | |
|
Buzzcutbuddha (Readability key) - Re: Trying to get fancy
by buzzcutbuddha (Chaplain) on Nov 29, 2001 at 18:45 UTC |