in reply to Re: I need just the value
in thread I need just the value

Another possibility would be using join, a la:

print join '/', @array;