#!/usr/bin/perl $str = "compilations arenÂ’t a genre";$str =~ s/[^[:ascii:]]+//g;print $str;
Standard input is empty
compilations arent a genre
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!