Two Questions Please

Joel Fentin joel at cts.com
Fri Feb 4 22:02:00 CST 2000


~sdpm~
If I have a statement like: 
$Adr[1] = 3. 
And later another statement in a different function like:
print @Adr;
It prints it correctly but I get a message:
"Use of uninitialized value......"

So, at the start of the program I have tried:
use vars qw(@Adr);
local @Adr;
my @Adr;

The message stays. What does it want?

=============================

Second question:

I am running my programs on a laptop with Windoz using Apache
server on IE-5. The program starts with an HTM file. When the
submit button is pressed (and all is ok) it runs my CGI program.
When all is not ok, I get a file download box. "You have chosen
to download a file from this location...."

What kind of problem should I go looking for inside the CGI
program?
--
Joel Fentin    tel: 760-749-8863    FAX: 760-749-8864
 
email: joel at cts.com     web: http://efm.simplenet.com
~sdpm~

The posting address is: san-diego-pm-list at hfb.pm.org

List requests should be sent to: majordomo at hfb.pm.org

If you ever want to remove yourself from this mailing list,
you can send mail to <majordomo at happyfunball.pm.org> with the following
command in the body of your email message:

    unsubscribe san-diego-pm-list

If you ever need to get in contact with the owner of the list,
(if you have trouble unsubscribing, or have questions about the
list itself) send email to <owner-san-diego-pm-list at happyfunball.pm.org> .
This is the general rule for most mailing lists when you need
to contact a human.




More information about the San-Diego-pm mailing list