in reply to Removing first part of string with regex
open(FH,"1"); map { s/^[^.]*\.// && print; } (<FH>); [download]