Jason,
Some things you can try...
(a) use a style sheet.. (.css file) and use that to set font and background color
properties. This is obviously a non-Perl solution.
(b) put these variables into a configuration file, and have each of your files read
that configuration file..
config file would
What version of IIS are you running? For 4.0 and above:
When you install Activestate - it automatically 'associates' .pl with the
PERL interpreter and .plx to use PERL for ASAPI - meaning you can use PERL
in your ASP pages - just make sure you call them xxx.plx and call them as
such from within
Hi,
Is it possible to install CGI on IIS? I have installed perl 5.06 from
active state. But it seems that the .pl file would not get read and
renaming it to .cgi file will not work either.
Any suggestions?
Please Help
Thanks,
Eric
I'm trying to make a perl cgi script called "soapserver.cgi" work. After fixing
a lot of dependency things I encountered one that I'm unable to fix:
Can't locate loadable object for module HTML::Parser in @INC (@INC
contains: /usr/local/lib/perl5/5.6.1/sun4-solaris
/usr/local/lib/perl5/5.6.1 /u
Hello jason,
Friday, November 02, 2001, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
jwc> Need some help.
jwc> I think that I need to be using global variables. Unless Someone has a>
jwc> better solution.
jwc> What I am trying to do is. I want to set a variable for such things as
jw
1)
You can use Constants:-
use constant BUFFER_SIZE=> 4096;
use constant ONE_YEAR => 365.2425 * 24 * 60 * 60;
use constant PI => 4 * atan2 1, 1;
use constant DEBUGGING => 0;
use constant ORACLE => '[EMAIL PROTECTED]';
use constant USERNAME