Help for this page

Select Code to Download


  1. or download this
    #/bin/perl/
    
    use strict;
    ...
    
        return map sprintf( $format, $_ ), $from .. $to;
    }
    
  2. or download this
    for $structs (@structs) {
        for $molecs (@molecs) {
            for $steps (@steps) {
    ...
            } 
        }
    }