m.nooning wrote:
[EMAIL PROTECTED] wrote:
Creating an exe-file from a perl-script using the dbi-module forces the
exe-file to hang at the end.
For testing purposes i have created following simple script:
#!/programme/perl/bin/perl.exe -w
use DBI;
print "Test\n";
I am using the following versions:
- perl v5.8.8 build 819
- PAR-0.972
- DBI 1.53
- AutoLoader 5.63
Did anybody else encounter a similar problem?
Any hints how to solve the problem?
Wolfgang Bendl
No problems on WindowsXP
perl v5.8.8 build 819
PAR-0.970
DBI 1.48 --> then installed and retested with 1.53
AutoLoader 5.60
Upgraded to AutoLoader 5.63 and retested.
Still works fine