On Tue, 31 Aug 2004, Pothula, Giridhar wrote:

I have to read node values present in the XML file(residing on server)
from the ASP page using some scripting technology. As I am using Apache
web server, I have to use Perl scripting for this req. So, I am trying
to write server side script in the ASP page.

If you're using Apache, there's no reason to use ASP if you don't have to; this should work with straight Perl/CGI or mod_perl instead.


Would doing this as a regular CGI script be an option for you? You'll probably have much better luck finding help if you can do that...


(Also, it's "Perl" for the language, "perl" for the program that runs scripts written in the language, and never ever "PERL" for anything.)




--
Chris Devers      [EMAIL PROTECTED]
http://devers.homeip.net:8080/blog/

np: 'It's Not Easy Being Green (lo-fi midi version)'
     by Kermit
     from 'The Muppet Movie Soundtrack'

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to