Help for this page

Select Code to Download


  1. or download this
    alias rmdots="perl -pe 's/\.\$// if /@{[shift]}/'"
    
  2. or download this
    alias rmdots="perl -pe 'BEGIN{\$p=shift}s/\.$// if /\$p/'"