fork(1) download
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. use utf8;
  5. my $string = "This is a micro μ and some more μμμ";
  6. $string =~ s/\x{03BC}//g;
  7. print $string;
Success #stdin #stdout 0s 3740KB
stdin
Standard input is empty
stdout
This is a micro  and some more