Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    print FOO Dumper $pdb;
    #Dump the entire structure into a file
    close(FOO);
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    $pdb->Write("MemoDB.pdb");
    #Warning: The original MemoDB will be overwritten here
    #I tested this on POSE, since my Palm was out of reach :)