Hello,
I'm a newbie here and also to Perl... Have a big task of finding the lines of the form from a file
ATOM 1 N LYS A 257 -5.036 -29.330 -27.709 1.0041.51 N
ATOM 2 CA LYS A 257 -3.873 -29.331 -26.757 1.00 41.55 C
.
.
.
....n lines
Then, save it in array format and also calculate dist=sqrt[ (xi-xj)^2+(yi-yj)^2+(zi-zj)^2] for atom12, atom 23 and so on...(x= -5.036,y=-29.330,z=-27.709 for Atom 1 values indicated above).
Please help me....Thanks a tonne in adv....