Help I have searched everywhere for this
 
 
in Perl I have a value of "ABCDEFGHI"
 
I want to parse this string so that it reads "ABC-DEF-GHI"
 
In other words I want to be able to insert dashes after the third and 6th character.
 
 
Is there anyway to do this in Perl?

Reply via email to