in reply to How to use __DATA__ efficiently, help!
The unitialized value warning (it is not an error message, just a warning only) is probably because you have empty lines in your __DATA__ area. I wouldn't worry about it too much.
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to use __DATA__ efficiently, help!
by ikegami (Patriarch) on Feb 09, 2011 at 19:51 UTC | |
by CountZero (Bishop) on Feb 10, 2011 at 06:23 UTC | |
by ikegami (Patriarch) on Feb 10, 2011 at 07:22 UTC |