http://www.perlmonks.org?node_id=183637


in reply to Kazaa Lite Companion

Just out of curiosity, what is the line

my $i = '1';

for in your if block? Seems like you could just use an unless block instead of if/else.

I do really like the idea of using this to sort files by type and/or artist.

Replies are listed 'Best First'.
Re: Re: Kazaa Lite Companion
by Dragonfly (Priest) on Jul 24, 2002 at 18:59 UTC
    D'oh! I always forget about unless. You're absolutely right, it's sheer force of bad habit on my part. Still, I might use if/elseif/else to do more sophisticated sorting. I'm not sure yet...