in reply to Re: Cleaning up a text file with compact regex
in thread Cleaning up a text file with compact regex
Just a note:
my @content = <DATA>;Slurping genomic data into memory may be expensive in time and resources. In this case it may not be an issue, but data sets run large in bioinformatics, so line or chunk processing is often much more feasible.
|
---|