Hi All
Apologies as this is not strictly a perl question, Im trying to install an
apache websever onto a WIN95 system. I have managed to successfully install
it so far as it runs under the the URL http://127.0.0.1/ but will not run
when I type http://localhost.
I am running Apache 1.3.20,
Once
Hi,
I dynamically plotted graphs using GD::Graph::bars in perl with the data
from a database. The bars have fixed width for a particular plot and there
is no spacing between the bars.If there are many bars in the plot , the
width of each bar reduces and if there are less number of bars t
Hello, All:
I'd like to write a script that recieves e-mail (via the /etc/alias
feature of sendmail/postfix) and parses the header fields. (e.g., From:,
To:, Subject:).
I've perused the MailTools-1.42 documentation but it's way to hairy for my
simple brain. (I haven't gotten a handle on Objec
Dear all,
I tried to make some adjustments to the script for Google. I made a form
like this:
New Page 2
http://www.voelspriet.nl/cgi-bin/voelspriet1.cgi"; method="get"
target="_blank">
Doorzoek alleen de titels van websites
http://www.voelspriet.nl/cgi-bin/voelspriet2.cgi"; meth
Can someone give me advice on how to properly edit config.pm to set up my
URL lists so CPAN can download the modules I need.
I am on a G4 Mac running OS 10.1.2 latest updates.
I have just reinstalled and allowed CPAN to autoconfig. Here is a copy of my
o conf results:
cpan> o conf
CPAN::Config
Well.. Reason why I send this source here is that I can't see neither
passwordfield nor submit button. There might be some problems further,
but I haven't got as far. Source ain't long so I hope you find my
mistakes fast.
hlservu is executable on server which runs CS-server with paladin.
#!/u
I have some CGI scripts on a Chinese Windows 2000 server running
IIS, with ActivePerl installed.
I am able to read from files but not write. So the following
code, using CGI::Application:
sub register {
my $self = shift;
# Get CGI query object
my $q = $self->query();