Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    printf "%3s : %.3f%%\n", $_,
        sum( @{ $stats{ $_ } } ) / @{ $stats{ $_ } }
        for sort keys %stats;
    
  2. or download this
    theScript.pl /path/to/*.pdb
    
  3. or download this
    ## For windows; something similar is possible on *nix
    for %i in (\path\to\*.pdb) do @theScript.pl \path\to\%i