Hi, my @final_array=qw/test1 test2 fred/;
How can I define array in this way when I making the array dynamically .
I search any "ps" file and then feeds the array from the search performed on the "ps" file.
So the search pattern is based on the array value and i can't prefix it using qw.
So how can I declare the pattern now using qw dynamically.
Thanks for ur previous file .