Subject: | libgdbm_compat-4_.dll Was Not Found. |
MIME-Version: | 1.0 |
X-Mailer: | MIME-tools 5.504 (Entity 5.504) |
X-RT-Interface: | Web |
Message-ID: | <rt-4.0.18-2045-1410980116-265.0-0-0 [...] rt.cpan.org> |
X-RT-Original-Encoding: | utf-8 |
Content-Type: | multipart/mixed; boundary="----------=_1410980116-2045-2" |
X-RT-Encrypt: | 0 |
X-RT-Sign: | 0 |
Content-Length: | 0 |
Content-Disposition: | inline |
Content-Type: | text/plain; charset="utf-8" |
Content-Transfer-Encoding: | binary |
Content-Length: | 957 |
Script dbmopen.pl got three dialog boxes on Windows.
-----------------------------------------------
perl.exe Could Not Locate Component. [X]
-----------------------------------------------
This Application Has Failed To Start Because
libgdbm_compat-4_.dll Was Not Found.
-----------------------------------------------
-----------------------------------------------
perl.exe Could Not Locate Component. [X]
-----------------------------------------------
This Application Has Failed To Start Because
libdb-6.1_.dll Was Not Found.
-----------------------------------------------
-----------------------------------------------
perl.exe Could Not Locate Component. [X]
-----------------------------------------------
This Application Has Failed To Start Because
libgdbm-4_.dll Was Not Found.
-----------------------------------------------
# dbmopen.pl
dbmopen(%DBM,'dbm',0777);
$DBM{'AAA'} = 111;
print "AAA=$DBM{AAA}\n";
__END__
Subject: | dbmopen.pl |
MIME-Version: | 1.0 |
Content-Type: | application/octet-stream; name="dbmopen.pl" |
X-Mailer: | MIME-tools 5.504 (Entity 5.504) |
Content-Disposition: | inline; filename="dbmopen.pl" |
Content-Transfer-Encoding: | base64 |
Content-Length: | 98 |
# dbmopen.pl
dbmopen(%DBM,'dbm',0777);
$DBM{'AAA'} = 111;
print "AAA=$DBM{AAA}\n";
__END__