Hi All,

i have an regx question. i have the array contents, now i want to remove
the first 2 characters (fc) of each element in the array and store it in a
second array ex: @array2

@array ="fc20/1, fc30/22, fc40/3, fc20/1";

output

@array2 ="20/1, 30/22, 40/3, 20/1";

please advice.

Thanks
Sj

Reply via email to