|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^5: call tree analysis using perlby Eliya (Vicar) |
| on Feb 15, 2012 at 11:37 UTC ( [id://953916]=note: print w/replies, xml ) | Need Help?? |
|
Then you've likely removed the __END__ part of the script, which is the data that can be accessed via the file handle DATA. When Perl sees a __DATA__ or __END__ section, it makes the data following it available via the then pre-opened file handle DATA. See perldata.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||