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
