in reply to Re: Accessing multiple Arrays and
in thread Accessing multiple Arrays and

Empty String seems to be returned. When I print it nothing appears so I assume it to be empty string.

Replies are listed 'Best First'.
Re^3: Accessing multiple Arrays and
by alpha (Scribe) on Dec 28, 2006 at 18:17 UTC
    print "  Ref Table = $tfl_line->[9]"; should be print "  Ref Table = ".$tfl_line->[9];
      I found out what the issue was after using the Dumper and am going to start a new thread as the problem is not accessing the Array it is apparently building it.