I need a little help..
I currently have the followings (hard coded) definition in one of my perl program that I am currently upgrading.
# A five by five Hash Array
my @GlobalArrayRef;
$GlobalArrayRef[0] = [ [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0], [0,0,0,0,0] ];
I need to change this to where I can set the hash array size dynamically (during runtime) and not hard coded to a specific size. Any Ideas?
Thanks
Bayesian Edge Technology & Solutions
90 Holiday Drive
Suite B-1
Solomons, Maryland 20688
(410)-394-6426 Phone
(410)-394-6425 Fax
www.bayesianedge.com
_______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
