in reply to ActiveState Perl - Modules

Are you dead sure that nothing changed on your live box between when it worked and when it didn't? It may not have been something you did intentionally - your live box may have picked up a virus or worm.

-Theo-
(so many nodes and so little time ... )

Replies are listed 'Best First'.
Re: Re: ActiveState Perl - Modules
by perleager (Pilgrim) on Jan 06, 2004 at 22:25 UTC
    That is a possibility.

    I checked the settings and config on the test box and its pretty much the same as on the live box.

    The thing is that not all perl scripts are not working.

    The login.pl works fine , but when trying to log in (calling the auth.pl) then it stalls and connection timesout.

    The login.pl doesn't use any modules, but the auth.pl does call the DB_FIle and DBI modules.

    Anthony