[ Please type your replies below the quoted part of the message you respond to. Please only quote what's needed to give context. ]
Tim McGeary wrote:
Gunnar Hjalmarsson wrote:Before digging into it, and so we know which problem we are helping you to solve: *Is* the warning referring to the push() statement?
No, the warning statement is when I'm printing to the file. In
both case, it refers to the process of writing to a file from the foreach $item (@fund_array) process.
Well, in that case the reason for the warning is to be found anywhere else in your code.
I would suggest that you write and post a *short* but *complete* program, including sample data, that people can copy and run, and that illustrates the problem you are encountering. When doing so, don't forget to enable strictures and declare *all* variables you are using.
-- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>