I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-09-24 13:50:00-07 by krindler
merge_range() error
Hello... I have had very minimal experience with perl, and we have some code on our system that is written in it. The person who originally developed the code has left the company and we are working on moving this code from one server to another. The version on the current server is .40, and it is 2.17 on the new server. I am getting an error regarding merge_range(). It seems like the error is caused from the original developer attempting to put code into a merged cell, after it has already been merged. The code that seems to be causing the issue is as follows: $worksheet1-> merge_range("H4:K4", "Period Beginning:" , $format_no_right_border_italic); $worksheet1-> write(3,"11", "07/26/2008" , $format_no_left_border); When I comment out the 2nd section of code (write, not merge_range), the .pl executes. If anyone has any ideas as to what I need to do to get this to work, or can point me in the direction of some good documetation, I would really appreciate it. Thanks in Advance!! Kelly Rindler
Direct Responses: 8865 | Write a response