Help for this page
#!/usr/bin/env perl ... printf "%5s => %s\n", $_, $gl_csta{$_} for grep { exists $gl_csta{$_} } @cg;
two => II four => IV five => V