Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
        print join( ',' @{$table{$country}} ), "\n";
    =cut
    }