in reply to Re: OOSheets modifying read-only value
in thread OOSheets modifying read-only value

It's not installed:
'iconv' is not recognized as an internal or external command, operable program or batch file.

Replies are listed 'Best First'.
Re^3: OOSheets modifying read-only value
by CountZero (Bishop) on Feb 14, 2011 at 13:57 UTC
    Then you will have to install it.

    There is a module Alien::Iconv which does just that.

    CountZero

    A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

      Countzero, thanks for the suggestion, but when I try to create the makefile, I get this error:
      Set up gcc environment - 4.5.2 I have no clue how to install iconv under Windows. If there's a way, please help by sending patches!
        Aww, sorry. I have iconv on my Windoxs systems and I *thought* Alien::Iconv installed them. Obviously not.

        Here is a link to pre-compiled binaries of Iconv for Windows systems.

        CountZero

        A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James