Help for this page
alias rmdots="perl -pe 's/\.\$// if /@{[shift]}/'"
alias rmdots="perl -pe 'BEGIN{\$p=shift}s/\.$// if /\$p/'"