Basically, __DATA__ provides a quickie way to bundle data for a script right there at the bottom of the script, and make it available to you via the filehandle <DATA>, rather than have to (lazy-speak) put the data in a text file and make sure you always have access to that file,
open it, etc. All text after a line containing '
__DATA__ will be ignored in terms of executable code. __END__ functions similarly. Usually (?)this is for including test data for your script.
In looking for online documentation about __DATA__, the best I could find was contained in a couple of paragraphs from perldata.html (using ActiveState) which in turn said "See the SelfLoader manpage for more description of __DATA__, and an example of its use." Not that said description was crystal clear... Good Luck! :-)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.