1) Use $RouteArray[2] instead of $RouteArray['2']
It doesn't make a difference, they both do the same thing.
$ perl -le'@x = 11 .. 21; print for $x[ 3 ], $x[ "3" ]' 14 14
John -- use Perl; program fulfillment
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>