Re: Win32::Lanman make computer go argh!
by Sisyphus other posts by this author
Jul 9 2008 5:58PM messages near this date
view in the new Beta List Site
Win32::Lanman make computer go argh!
|
trouble accessing fully qualified $main::variable contents
----- Original Message -----
From: "Barry Brevik" <BBrevik@[...].com>
.
> My test program begins like this:
> use Win32;
> use Win32::NetAdmin;
> use Win32::Lanman;
>
> As soon as it hits "use Win32::Lanman", a gui dialog pops up which
> starts like this:
>
> "Perl Command Line Interpreter has encountered
> a problem and needs to close. We are sorry for
> the inconvenience."
>
.
> I would appreciate any clues as to where to start looking to fix this
> problem.
>
Is any error message printed to the console as well (either before or after
you close the gui box) ?
Do you get the same behaviour by loading Win32::Lanman only ? ie, does
running the following produce the same behaviour:
perl -MWin32::Lanman -e 1
Cheers,
Rob
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Barry Brevik
Sisyphus
|