in reply to Re^2: GD::Graph::linespoints - References
in thread GD::Graph::linespoints - References

Correct, it's an inbuilt filehandle. You can see something about it in perldoc SelfLoader. The same should apply using __END__ instead of __DATA__: the filehandle is still DATA, but I don't know if it is portable with ancient versions of Perl or if it has other issues.

TheDamian also produced Inline::Files as an extension of the concept.

Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')

Don't fool yourself.