Bioperl-guts: eof/getc and $fh
Aaron J Mackey
ajm6q@virginia.edu
Mon, 19 Apr 1999 14:18:38 -0400 (EDT)
In all the SeqIO/*.pm modules I've changed $fh->eof() and $fh->getc() to
eof $fh and getc $fh - this is because for FileHandle/IO::File type
filehandles it doesnt matter which way you do it, but for $fh which are
really references to typeglobs like \*STDIN, it matters greatly.
Now the examples in the documentation work.
-Aaron
--
o ~ ~ ~ ~ ~ ~ o
/ Aaron J Mackey \
\ Dr. Pearson Laboratory /
\ University of Virginia \
/ (804) 924-2821 \
\ amackey@virginia.edu /
o ~ ~ ~ ~ ~ ~ o
=========== Bioperl Project Mailing List Message Footer =======
Project URL: http://bio.perl.org
For info about how to (un)subscribe, where messages are archived, etc:
http://www.techfak.uni-bielefeld.de/bcd/Perl/Bio/vsns-bcd-perl-guts.html
====================================================================