in reply to Re: Installing Image::Exif in lib directory
in thread Installing Image::Exif in lib directory

Bluehost currently runs Perl 5.8.7.

Thanks

  • Comment on Re^2: Installing Image::Exif in lib directory

Replies are listed 'Best First'.
Re^3: Installing Image::Exif in lib directory
by almut (Canon) on Jun 07, 2008 at 12:57 UTC

    The Perl version doesn't sufficiently identify what you'd need. The interesting part is the architecture, e.g. i486-linux, or x86_64-linux-thread-multi, or some such...

    Best is to just show the output of perl -V. If you don't have shell access, you could try to run that command in a CGI script...