in reply to Module not found

Doesn't F11 ship with perl5.10 ? If so, your Mail::Internet is installed for 5.10 and not for 5.8 (which is what you need on SuSE :-D)... verify also if the script doesn't have a #!/usr/bin/perl5.8 shebang line...
[]s, HTH, Massa (κς,πμ,πλ)

Replies are listed 'Best First'.
Re^2: Module not found
by drievisjen (Initiate) on Sep 02, 2009 at 19:26 UTC
    i did download and install the Mail::Internet module so i'm at a loss as to why it is not found. my shebang is #!/usr/bin/perl is that correct or should it point to perl5.8.8?

      Whichever one you used to install Mail::Internet.

      Or conversely, you need to install Mail::Internet using for whichever perl you want to use.

      What does perl -V says? and which perl ?
      []s, HTH, Massa (κς,πμ,πλ)
        Perl v5.8.8 for x86_64-linux-thread-multi, /usr/bin/perl

        I downloaded Mail::Internet from CPAN