Hi, 

Below is a portinon of code which produces ruuntime error on Windows XP
Screenshot is available here: http://cern.ch/hartem/error.jpg. 
(  error signature is: 
AppName: perl.exe        AppVer: 5.8.0.806       ModName: ntdll.dll
ModVer: 5.1.2600.0       Offset: 00001c96
                                                                      )
After that program CRASHES. 
_______________________________________________________________________
.......

$mechs = "GSSAPI GSSAPI PLAIN PLAIN";   

 my @mpkg =
         grep { eval "require $_;" && $_->_secflags(@SUPER::sec) ==
@SUPER::sec }

      map {
        ( my $mpkg = __PACKAGE__ . "::$_" ) =~ s/-/_/g;
        $mpkg;
      } split /[^-\w]+/, $mechs
      or croak "No SASL mechanism found\n";
.........
________________________________________________________________________

Any ideas/suggestions ?
Thanks in advance ;). 

Wishes,
Artem.

P.S. On linux it works OK.

_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to