$ echo abc.def.ghi.jkl.mno | \ perl -lne 'print join ".", reverse split /\./' mno.jkl.ghi.def.abc