Help for this page

Select Code to Download


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