$html = get("http://foldtraj.mshri.on.ca/cgi-bin/conform/foldtraj?numstruc=1&KinemageReader=63&filein=.%2Fdata%2F9_Joey2.trj&save=See&dopt=r&keepfilein=1&numlock=0");
open (FILE, ">tempdata.dat") or die "could not open this data file";
print FILE $html;
close FILE;