in reply to perl512.dll was not found
Does this script give that error:
1;
If so, you're Perl is badly installed.
If not, does this script give that error:
use Win32::GUI;
If so, I suspect you are running a Perl version earlier than 5.12, but the Win32::GUI you have installed (or some module used by it) as compiled using Perl 5.12.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl512.dll was not found
by papom (Initiate) on Feb 18, 2011 at 02:40 UTC |