Help for this page

Select Code to Download


  1. or download this
    $report =~ tr/-_.//d;  # underscores, dashes, and periods
    
  2. or download this
    tr/_-.//d
    
  3. or download this
    tr/\-_.//d