in reply to Bioperl FASTA parsing
use strictThe ol' missing semicolon trick. Try this:
But, then you'll have to declare all variables with my. Are you sure you posted the code you're running?use strict;
It wouldn't hurt to run your code through perltidy either.
|
|---|