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
In reply to Re: Comparing Arrays
by davido
in thread Comparing Arrays
by WorkerBee
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |