Except that it's legitimate to store data after any __DATA__; even after __END__ in main.
use strict; use warnings; use SelfLoader; sub daily { sleep int rand }; # work work work print plimsoll() if shift; daily; __END__ sub plimsoll { "http://en.wikipedia.org/wiki/Samuel_Plimsoll\n" };
In reply to Re^2: Standard way for displaying a script's output.
by Xiong
in thread Standard way for displaying a script's output.
by tobyink
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |