in reply to How to Teach artists Perl w/out Modules

Grab the module off CPAN and cut-and-paste the code you need.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: How to Teach artists Perl w/out Modules
by teknomage1 (Initiate) on Jan 30, 2004 at 21:55 UTC
    Doh! I guess i was freaking out. At the very least i can poke around the modules and see how they read in files. What if the module is in C though?