On Aug 3, 2004, at 9:12 AM, Gunnar Hjalmarsson wrote:

where the @fund_array is defined by :
   push(@fund_array,"$cat_key\|$title\|$url\|$code\|");

If that's the only way @fund_array gets populated, there is no way it can contain undefined elements.

Is the warning pointing to the push() line though? One of those variables could be undef.


James


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to