in reply to Calling a Perl Module From A .asmx File???
I would like to call a perl module (whatever.pm) from a .asmx file (whatever.asmx).
"call"? Perl modules are generally used or required. And Perl files are not really bound to have any particular extension. So if your .asmx file is a Perl file, then you may do that easily. If it is a source file in some other programming language (assembler) then I suppose you're on the route of having to embed a Perl interpreter. Have fun!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling a Perl Module From A .asmx File???
by ForgotPasswordAgain (Vicar) on May 24, 2007 at 17:46 UTC | |
by blazar (Canon) on May 24, 2007 at 18:09 UTC |