Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl_parallel -w
    # For Emacs: -*- mode:cperl; mode:folding; coding:utf-8; -*-
    
    ...
    print join(', ', keys %data), "\n";
    
    exit 0;