Re: The Elegance of Perl . . . .

2002-06-05 Thread drieux
On Wednesday, June 5, 2002, at 05:08 , tom poe wrote: > The author then follows with: > "There are other ways to tell Perl where to look for modules; consult the > Perl documentation for use." > > So, my question is, where is he thinking this info is? Can someone point > me > to a discussion o

The Elegance of Perl . . . .

2002-06-05 Thread tom poe
Hi: I stumbled across the following in the book by James Tisdall, Beginning Perl for Bioinformatics, O'Reilly Pub, ISBN: 0-596-00080-4: pg. 103 - There's one last thing to know about using modules to load in subroutines: the Perl program needs to know where to find the module. If you're doing