RE: how to add support of Msql and CGI in Apache

2009-04-22 Thread Dermot Paikkos
From: Raheel Hassan [mailto:raheel.has...@gmail.com] Sent: 21 April 2009 17:32 To: Dermot Paikkos Cc: beginners-cgi@perl.org Subject: Re: how to add support of Msql and CGI in Apache Please see below for my solution. .. . That is all your missing at the moment. You need to tell apache to

Global scope

2009-04-22 Thread Vance E. Neff
Hi, I'm trying to get some variables to be global in scope. I have declared a bunch of variables that I want to be accessible throughout my program. I have a module options.pm defined as: pre package options; use strict; use base qw(Exporter); our @EXPORT = qw(@BenefitsOptions