Can anyone tell me how to do $treeObj = Bio::TreeIO->new(-file "somefile", -format 'newick' ) from a variable instead of a file? Suppose that my tree is stored in $treestring. I would like to do something like : $treeObj = Bio::TreeIO->new(-$treestring, -format 'newick' ) . Thanks, Mike Bradley