On Wed, Jan 16, 2002 at 05:38:14PM +0000, Delfim Machado wrote:
>
> this is the error

[...]

> the code (like what CPAN.pm does)
> 
>     local $/;
>     open CONF, "../modules/Stats/list.pm";
>     eval <CONF>;
>     close CONF;
> 
> 
> any ideias to pass this problem ?

The errors are cryptic without filenames and real line numbers.
Replace those four lines with this one, and try again.

  do "../modules/Stats/list.pm";

-- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sf.net

Reply via email to