Help for this page
Select Code to Download
Select
or
download this
#!/usr/bin/perl # ... $str =~ s/(.+): \1/$1/; print "'$1'\n$str\n";