Likeless has asked for the wisdom of the Perl Monks concerning the following question:
If it helps at all, some details of my system are:#!/usr/bin/perl -w BEGIN { unshift(@INC, "./modules"); }; use strict;
I hope you can help. Thanks in advance!SetHandler perl-script PerlHandler Apache::Registry PerlModule Apache::DBI PerlSendHeader On PerlRequire /usr/www/httpd/cgi-bin/modperl/startup.pl Options +ExecCGI
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error: Can't use global $^W in "my"
by bmann (Priest) on Jul 08, 2004 at 17:03 UTC | |
|
Re: Error: Can't use global $^W in "my"
by perrin (Chancellor) on Jul 08, 2004 at 22:41 UTC | |
|
Re: Error: Can't use global $^W in "my"
by dsb (Chaplain) on Jul 08, 2004 at 17:17 UTC | |
by calin (Deacon) on Jul 08, 2004 at 17:55 UTC |