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

Cool, I like the XML idea. I might try that.

Remind me what the __DATA__ tag is called again, so I can go read up on it, I haven't used that before.

.oO(Is it an inbuilt filehandle kind of thing?)

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^3: GD::Graph::linespoints - References
by polettix (Vicar) on May 16, 2005 at 16:24 UTC
    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.