Hello,
What is error in this program?
===
#!c:/sieperl/perl/5.8.0/bin/MSWin32-x86-perlio/perl
use CGI;
use warnings;
use strict;
my $page = new CGI;
if (DEBUG) {
open(DEBUGFILE, ">>debug.txt") || die;
$page->save(DEBUGFILE);
close(DEBUGFILE);
}
Hello,
1. I read on many Perl/CGI tutorial/articles that it is best to place
and use CGI files in /cgi-bin/ directory than anywhere else, due to
avoid many problems. Buy in our website, we have several subdomain
and those are all use the same /cgi-bin/ directory, so now there are a
lot of files
Hello,
I'm in Win98, I'd downloaded the SIEPERL from CPAN and installed. And
I had downloaded MYSQL DBI also from CPAN, but do not know how to
install it into SIEPERL. I had read PPM will do, so I tried 'ppm'
alone in command prompt, then I got the following error message.
Failed to load PPM_DA