Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
<assp-user@lists.sourceforge.net> schreibt:
>
>I would like to go with adding in use lib 'path'; in ASSP, where
>would  
>be the best place to put this in ASSP?
>
>Other than changing the
>#!/usr/bin/perl at the top of all ASSP scripts, is there anything
>else  
>I should look into when using a perl that is not in that location?


Do not change #!/usr/bin/perl at the top

Add a line with the full path to the library with the  3 modules  you
mentioned .
If you test it successfully I will add it to future releases.

use lib '/opt/local/bin/perl ';  #<- line 29

use strict qw(vars subs);


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to