Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: please help me!!

by Fletch (Bishop)
on Apr 11, 2002 at 14:21 UTC ( [id://158315]=note: print w/replies, xml ) Need Help??


in reply to please help me parse genbank DNA file

  • Including what the error message is will get better replies.
  • perl -wc foo can be enlightening.
  • `@annotation' and `@annoation' are two different things
  • All through get_dna you're treating (or trying to treat at least) $seq as a scalar reference, but you don't pass a scalar reference when you call it
  • m{^//n} is easier to read than something with all the backwhacking of `/'s.
  • In your second elsif you set $seq when you probably meant to set $in_sequence

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://158315]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 05:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found