Software for web development in perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Man4ish
    New Member
    • Mar 2008
    • 151

    Software for web development in perl

    Hi,

    I am C++/JAVA programmer now trying some web development using perl, cgi and mysql. Is there any software (bundled) like Netbeans in java, which can be easily used. I don't want to install the appache and mysql. I need a software which has everything built in and it should be easy to use. I used to develop web applications in perl 3.5 years before on linux but now moving towards windows. I will be really thankful to u.

    Thanks in advance.
  • RonB
    Recognized Expert Contributor
    • Jun 2009
    • 589

    #2
    Bundled solutions often give you a striped down version of each component, which is why I prefer to install each component myself and because it gives you the best flexibility. However, if you want a bundled package, look at XAMPP

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      My personal recommendation is to stay on the Linux platform. The Windows platform has enough caveats surrounding it that its one of those things that I would rather not deal with if I don't have to (even though I have had to for work and still can if need be). Besides, the lack of viruses on the Linux platform should be allure enough if not, then the ability to lock it down better than windows, security wise.

      Sure, you could install an XAMPP system on Windows and go that route, but that XAMPP system still contains Apache, Mysql, Perl/PHP. So, unless you plan on going with IIS, you won't get away from Apache and MySQL.

      Regards,

      Jeff

      Comment

      • RonB
        Recognized Expert Contributor
        • Jun 2009
        • 589

        #4
        It is my opinion that anyone that is looking for a bundled package like this is not serious about their web programing. They're just looking for something to play with and learn the basics, which is fine, and that's exactly what XAMPP is designed for.

        If you're really serious about doing web programing, or any type of programming, then you'd be willing to take the extra 30 minutes to install each component.

        Comment

        • numberwhun
          Recognized Expert Moderator Specialist
          • May 2007
          • 3467

          #5
          See Ron, that is where we absolutely agree.

          The system I am working on is Ubuntu, and I built the Apache, Mysql, PHP, and the rest of the plethora of packages, all by hand. No need to worry about the limitations of binary distributions there.

          Regards,

          Jeff

          Comment

          Working...