in reply to bioperl seqIO STDOUT
BioPerl is a object oriented module so:
$qb = new Bio:: ... <- create a new object
$seql -> $qb ... <- calling metods
$seqOut = new <- this is another object
NOW
$sequence = $seqOut->method($seql);
and you have your sequence in a variable