in reply to Comparing Arrays
One quick question: Is this actual code, or a typo?
my @user_tags = $opt_c ;
If that's actual code, it's only ever going to be capable of placing a single element in @user_tags, because that's the most that a scalar can contain.
Dave
|
---|