Help for this page
#!/usr/bin/perl use strict; ... print FOO Dumper $pdb; #Dump the entire structure into a file close(FOO);
#!/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 :)