kristian@tux:~> perl -wle ' use Encode; my @list = Encode->encodings(":all"); print $_ for @list; '