in reply to Re^2: Creating an image map using Perl code
in thread Creating an image map using Perl code
Try starting your script with this:
Then try running your script through the perl compiler: perl -c your_script.pl. That should give you a lot more information about possible causes for the errors.use strict; use warnings;
If that doesn't help you out, can you post a bit more code?
|
|---|