Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
There are a couple of successful commercial helpdesk products that I know of that are written in perl:  footprints and wonderdesk.

As far as your discussion with your co-worker about commercial programs written in scripting languages, I think you need to clarify what you mean by "scripting language". What is a "script" as opposed to an application? What is a scripting language? When you say script, I think of short shell scripts, windows .bat files, or short perl utilities that I've written. While these languages are all great for writing quick scripts, perl differs in that it is just as well suited for writing large and complex programs.

When you view perl as a full featured programming language and compare it to C or C++, it's clear that some things are easier to do in perl. The web based programs I mentioned do a lot of text processing, which is easier in perl where you don't have to worry about memory allocation, typing, or other low level details as much. That leads to quicker development and easier maintenance, which are important factors for a commercial product.

I think visual basic is a good counter-example to your coworker's rule. Many commercial apps are written in it. The mantra at Lucent/Bell may have worked well because many of their programs were lower-level, hardware-interfacing sorts of programs. Visual basic, perl, etc., make the user interface and some other programming tasks easy, and often rely on libraries and built-in functions for the lower level stuff.


In reply to Re: Commercial perl software? by blahblahblah
in thread Commercial perl software? by eduardo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-23 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found