in reply to Issue with module Text::CSV_XS

Have you loaded the module or installed it? This module can't be just copied to the right directory, it needs to compile some C code...

The "require 5.004" means that perl version should be at least 5.004, so your version is fine.

Ciao, Valerio

Replies are listed 'Best First'.
Re: Re: Issue with module Text::CSV_XS
by ronan76 (Initiate) on Oct 17, 2002 at 16:25 UTC
    Thanks, its working now! I didn't actually install it