Problem with lanman
by Barry Brevik other posts by this author
Aug 6 2008 2:28PM messages near this date
view in the new Beta List Site
Re: Encryption recommendations
|
Re: Problem with lanman
I'm runing Perl v5.8.8 build 819 on Windows XP. I'm all excited about a
couple of books I bought: Win32 Perl Programming the Standard
Extensions, and Win32 Perl Scripting the Administrator's Handbook.
Some of the sample code from the book have:
use Win32::NetAdmin;
...at the beginning of the program. I have no trouble with those
programs.
However, some of the examples have:
use Win32::Lanman;
The very presence of that line causes my program to crash immediately
with that ubiquitous Windows 2-tone gray dialog saying that Perl has
committed a heinous crime, etc. Perl itself never issues any error
despite "use strict; use warnings;", and the cmd window is never closed.
So is this one of those things we live with that everyone knows about
except me?
Barry Brevik
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Barry Brevik
Sisyphus
|