Need Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • rahul sinha

    Need Help

    Hi,
    I am using an Apache2Triad web server to execute my PHP scripts
    on my local machine.
    What I want to do now is to execute a perl project on it.How can
    I do that?
    How to check the web server for perl?
    Please Help me...
    Thanks
    Rahul S

  • Jerry Stuckle

    #2
    Re: Need Help

    rahul sinha wrote:
    Hi,
    I am using an Apache2Triad web server to execute my PHP scripts
    on my local machine.
    What I want to do now is to execute a perl project on it.How can
    I do that?
    How to check the web server for perl?
    Please Help me...
    Thanks
    Rahul S
    >
    Perhaps a Perl newsgroup would be a better place to ask your question.
    This newsgroup is for php.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    • Tyno Gendo

      #3
      Re: Need Help

      rahul sinha wrote:
      Hi,
      I am using an Apache2Triad web server to execute my PHP scripts
      on my local machine.
      What I want to do now is to execute a perl project on it.How can
      I do that?
      How to check the web server for perl?
      Please Help me...
      Thanks
      Rahul S
      >
      Install ActivePerl from http://www.activestate.com/products/activeperl/

      've done it in the past, think I chose c:\usr as the install directory
      as most perl scripts look at /usr/bin for the perl executable.

      Also I think I needed to edit Apache config to allow 'ExecCGI'

      Perl newsgroups might be you're best bet if that still doesn't help :)

      Comment

      • rahul sinha

        #4
        Re: Need Help

        On May 2, 4:07 pm, Tyno Gendo <u...@example.c omwrote:
        rahul sinha wrote:
        Hi,
        I am using an Apache2Triad web server to execute my PHP scripts
        on my local machine.
        What I want to do now is to execute a perl project on it.How can
        I do that?
        How to check the web server for perl?
        Please Help me...
        Thanks
        Rahul S
        >
        Install ActivePerl fromhttp://www.activestate .com/products/activeperl/
        >
        've done it in the past, think I chose c:\usr as the install directory
        as most perl scripts look at /usr/bin for the perl executable.
        >
        Also I think I needed to edit Apache config to allow 'ExecCGI'
        >
        Perl newsgroups might be you're best bet if that still doesn't help :)
        Thanks for your Help.
        I have found the solution.

        Comment

        Working...