At 12.53 -0400 1998.08.07, ldtelgar@realitybytes.net wrote: >I have not done much looking, so I am guilty of that. > >Does anyone know of a working cgi-lib that will work with all these >scripts out >there that need cgi-lib? cgi-lib.pl should work just fine in MacPerl, as it does anywhere else. I do recommend using CGI.pm, though. Just one small change to use it, and it comes with MacPerl and other perls: # require "cgi-lib.pl"; use CGI qw(:cgi-lib); # that's the only change -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch