in reply to Re^2: Tie-ing files containing complex data structures
in thread Tie-ing files containing complex data structures

No, of course it doesn't read someone else's data format. It does provide a tied interface to complex data storage using only what comes with perl though, which I thought was what you were asking about.

If you're specifically wondering about FASTA files, search for FASTA on CPAN. There are a handful of modules for it.

  • Comment on Re^3: Tie-ing files containing complex data structures

Replies are listed 'Best First'.
Re^4: Tie-ing files containing complex data structures
by citromatik (Curate) on May 25, 2007 at 15:20 UTC
    No, of course it doesn't read someone else's data format

    That's why I did my own module :-)

    If you're specifically wondering about FASTA files, search for FASTA on CPAN. There are a handful of modules for it.

    Not specifically FASTA files. Any kind of data (provided that you give a way to index it)

    It's my fault, I think I didn't explain it properly

    Cheers

    citromatik