[EMAIL PROTECTED] wrote, on Thursday, March 29, 2001 12:12
: $bbrec =
: .sprintf("%05.02f\%|",$bbarray{key}[0]).sprintf("$05.02f\%|",$bba
: rray{key}[1
: ]);

Here $bbarray{key} tells me that bbarray is actually a hash, %bbarray.

: The original data was in array called theList so I copy the array from
: theList to bbarray by the following command @bbarray = @theList;foreach
: (@bbarray)   {
:  
: Local $/='%';chomp();
:                                                                        }

And here bbarray is clearly an array. Looks like you've got some
straightening out to do.

Joe

==============================================================
          Joseph P. Discenza, Sr. Programmer/Analyst
               mailto:[EMAIL PROTECTED]
 
          Carleton Inc.   http://www.carletoninc.com
          219.243.6040 ext. 300    fax: 219.243.6060
 
Providing Financial Solutions and Compliance for over 30 Years

_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to