in reply to Converting Filehandle to Array call in Object Creation
use IO::Scalar; my $data = <<EOF; AAAAAAAAAAAAAAA AAAAAAAGGAAACCA EOF my $SH = new IO::Scalar \$data; my $in = Bio::AlignIO->new(-fh => $SH, -format => 'fasta');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Converting Filehandle to Array call in Object Creation
by ikegami (Patriarch) on Apr 15, 2005 at 14:27 UTC | |
by davidrw (Prior) on Apr 15, 2005 at 15:39 UTC |