This is a discussion on Re: rlm_perl and perl modules within the FreeRADIUS Users forums, part of the Networking and Network Related category; Emil Wilmanski wrote: > Can I use any perl modules in rlm_perl script? > I try to use DBI and ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Emil Wilmanski wrote:
> Can I use any perl modules in rlm_perl script? > I try to use DBI and I get I don't know about "any", must normally they *should* work. For example, I use the following: use strict; use DBI; Write a normal perl script that uses the module's functions and see if that works. -- Groeten, Regards, Salutations, Thor Spruyt M: +32 (0)475 67 22 65 E: thor.spruyt@telenet.be W: www.thor-spruyt.com www.salesguide.be www.telenethotspot.be - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |