print "Location:......

2000-10-08 Thread javabreak
I'm not sure if this has been brought up before. I have found that, if a script (lets say its called "example.pl") has the following line, it will crash the IIS service but works fine running from something else like WebSite (with the latest perl): print "Location: /cgi-bin/example.pl\n\n"; I

RE: Error installing Perl Module on Linux - make and cc

2000-10-08 Thread ..s.c.o.t.t..
try the CPAN module's shell when installing modules for *nix $ perl -MCPAN -e shell > -Original Message- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Error installing Perl Module on Linux - make and cc > > > > RE: Sending mail to SMTP server from Perl scriptI was wo

Re: Error installing Perl Module on Linux - make and cc

2000-10-08 Thread Jenda Krynicky
> RE: Sending mail to SMTP server from Perl scriptI was wondering if > anybody you could help me about this : > > > I am in the process of installing a module for Perl on Linux. > > I got the MIME-Base64.tar.gz file, > > did > $ gzip -dc MIME-Base64.tar.gz | tar -xof - > to uncompress the file