Hi, I just set up an account and I'm having trouble using this library through a .cgi script.
Here's what I've done:
1. Copied ExifTool into my public-html/ftpuser/ folder
2. Tried to run a script from the same folder (scr.cgi) with the following:
#!/usr/bin/perl -s
use Image::ExifTool...