Mike Fountain wrote, on Fri 10/21/2005 13:12
: There are several functions in the program, and
they fall into 8 basic categories. So, I've got one main file with the
main
: functions and then 8 other files with all
the other functions.
:
: The main file has this:
: use strict;
: use CGI qw(standard);
: require file1.pl;
: my @arryHoH = ();
: my %arryTrs = ();
This may sound silly, but try putting the "my" variables
*before* the require statements. You may also want to investigate the "our"
declarator; I've never used it myself.
Good luck,
Joe ============================================================== Joseph P. Discenza, Sr. Programmer/Analyst mailto:[EMAIL PROTECTED] Carleton Inc. http://www.carletoninc.com 574.243.6040 ext. 300 fax: 574.243.6060 Providing Financial Solutions and Compliance for over 30 Years |
_______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs