Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Genbank file parsing

by YuckFoo (Abbot)
on Jan 11, 2005 at 23:08 UTC ( [id://421456]=note: print w/replies, xml ) Need Help??


in reply to Re: Genbank file parsing
in thread Genbank file parsing

gube,

A useful feature for code snippets and experiments is the special __DATA__ section that can be added at the end of your program file. You can read from the DATA file handle with no need to create and open an input file:

#!/usr/bin/perl while (<DATA>) { print; } __DATA__ foo goo hoo

__DataFoo__

Log In?
Username:
Password:

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

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

    No recent polls found