Show quoted text> # perl -mCGI::RSS -e 'CGI::RSS->new->begin_rss'
That explains it then. Use -M and you're all set. -m loads CGI::RSS
without calling import(). CGI::RSS used to instruct CGI to load
functions via begin_rss(), but that was a problem if you wanted to call
(eg) link() directly, so I moved it to import() in the last release.
Use -MCGI::RSS instead of -mCGI::RSS and your -e will work.
I'll try to find a way to trick CGI in a BEGIN instead of import(), but
for tonight -M will do the trick.
--
If riding in an airplane is flying, then riding in a boat is swimming.
116 jumps, 48.6 minutes of freefall, 92.9 freefall miles.