in reply to Module libraries

A module called Foo::Bar needs to be named as Bar.pm in the directory Foo/. So Net::Telnet module should be in Net/Telnet.pm.

japhy -- Perl and Regex Hacker

Replies are listed 'Best First'.
Re: Re: Module libraries
by Galen (Beadle) on Mar 26, 2001 at 22:51 UTC
    Doh. Right. It was right in front of my face and I wasn't seeing it. Thanks, all's working now.