Help for this page

Select Code to Download


  1. or download this
    cleaner(\$details);   AND   $details = cleaner($details);
    
    ...
        $clean =~ s/\t/ /g;
        return $clean;
    }