#!/home/ivan/bin/perl use strict; use warnings; use Test::More tests => 1; use Chemistry::File::PDB; my $mol = Chemistry::MacroMol->read("test.pdb"); $mol->write("out.pdb"); my ($got, $expected); { local $/; open F, "; open F, "; } is($got, $expected, "pdb write test");