CPAN compilation

2000-10-14 Thread Jason Webb
Hi, I'm new to this list, so be gentle with me! I'm trying to install a module from CPAN called String::Similarity, but I can't seem to get it to compile with either nmake or dmake - can anyone offer any suggestions about how to get this module installed on release 618, or preferably provide a pr

Re: Printing to multiple file handles

2000-10-14 Thread Tom Heady
actually that is not entirely true. check out Local::TeeOutput here: http://jenda.krynicky.cz *** REPLY SEPARATOR *** On 10/13/2000 at 6:07 PM Robert Bresner wrote: >Howdy Shawn, > >You can't print to two filehandles at once, you'd have to do >it with two print statements. > >