Do you mean are there any restrictions which Perl modules can be loaded by SEC? There are no restrictions and anything available from CPAN (or through your OS native package manager) can be harnessed by SEC. Also, nothing prevents you from writing your own local module and configuring SEC to load it at startup. regards, risto
2015-10-15 17:26 GMT+03:00 Jaren Peich <[email protected]>: > Hi, > > Thanks for your help!. I wanted to if someone has a better system, I was > reading the document. Is there any restriction(CPAN Modules)? Im thinking > to develop a CPAN Module for my alerts to do conventional operations like > parsing strings etc.... > > Regards. > > 2015-10-07 20:47 GMT+02:00 Risto Vaarandi <[email protected]>: > >> 2015-10-07 14:35 GMT+03:00 Jaren Peich <[email protected]>: >> >>> Hi, >>> >>> Sorry,you misunderstanding me.I test the alerts locally and after i >>> upload to a server with strawberry perl. I use strawberry perl + >>> notepad++(old one) to develop the alerts. I mean sommeone use Eclipse(+ >>> plugin for Perl) o PADRE. Does Komodo Perl IDE deserves to be bought? >>> >>> Also i mean is it posible to use junit(perlunit) with SEC? >>> >> >> I don't have experience with these solutions, according to >> http://perlunit.sourceforge.net, perlunit appears to be a regular Perl >> module. You can use any perl module with sec, it just has to be loaded when >> sec starts up, and then you are free to use any functionality this module >> provides. First of all, have a look into "Perl Integration" section of sec >> official documentation which provides an example how to load and use an >> external module. You can also have a look into a recent paper >> http://ristov.github.io/publications/cogsima15-sec-web.pdf (also linked >> from sec home page) which illustrates several Perl integration scenarios, >> including the use of Net::IP module. >> risto >> >> >
------------------------------------------------------------------------------
_______________________________________________ Simple-evcorr-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
