in reply to Can't locate IO/Scalar.pm in @INC (@INC contains: /opt/rocks/lib/perl5/5.8.8/

eval { require IO::Scalar; 1} or die "($@)($!)($^E)";
  • Comment on Re: Can't locate IO/Scalar.pm in @INC (@INC contains: /opt/rocks/lib/perl5/5.8.8/
  • Download Code

Replies are listed 'Best First'.
Re^2: Can't locate IO/Scalar.pm in @INC (@INC contains: /opt/rocks/lib/perl5/5.8.8/
by donghe (Initiate) on Apr 24, 2009 at 03:15 UTC
    i didn't use 'require', i use 'use IO::Scalar'
      That is test program, for debugging. Use it and post result
        I got same error message when I put your code into my script,