in reply to
Re: Re: String Duplication
in thread
String Duplication
Simple.
$key = $1 . $2 . $3;
[download]
With that and the code in my previous post, you won't print the same $1 $2 $3 combination twice.
Comment on
Re: Re: Re: String Duplication
Download
Code
In Section
Seekers of Perl Wisdom