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

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

  • Comment on Re^3: OOSheets modifying read-only value

Replies are listed 'Best First'.
Re^4: OOSheets modifying read-only value
by plechazunga (Novice) on Feb 20, 2011 at 18:47 UTC
    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

        OK, I finally have time to try to follow up on this. I should've mentioned in my OP that my Windows is 64-bit, which I presume is the reason why trying to install the Gnu32 link hasn't solved the problem (tried installing wget, too, to similar success). I'm I stuck until a 64-bit iconv is released?