Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
You will find that some programmers can be quite fanatical about their choice of programming language to the point that they no longer see the reasons why anyone should choose another language to program in. And while there may not be that much of a problem with that, programmers sometimes lose sight that the best programming language is the programming language that does what you need it to do quickly and efficiently. The best tool for the job.

Perl is a very good programming language to solve general-purpose problems involving 90% text and 10% just about everything else. It's used for CGI on websites, it's used with databases, it's used with XML and many other things, as a poke around CPAN or PerlMonks will tell you.

Java, on the other hand, is a completely different type of programming language, in that it's object-orientated. That doesn't mean that Perl and Java couldn't solve a given problem, but it just means that there are some things Java could do better than Perl, and vice versa.

ASP is a technology that enables you to make dynamic and interactive web pages, using server-side scripting to dynamically produce web pages that are not affected by the type of browser the web site visitor is using. The default scripting language used for writing ASP is VBScript, although you can use other scripting languages like JScript (Microsoft's version of JavaScript). Perl can do what ASP can do, but Perl is more general-purpose than ASP.

If you really want to know whether Perl is better than language x, learn them both (or, even better, persuade those who prefer language x to learn Perl :) ) and try to solve the same problem in both of the languages, and then see which one you start to use more when tasks need to be done.

And remember, if there was a superior programming language, everyone who's anyone would be using it ;)

--
rozallin j. thompson
The Webmistress who doesn't hesitate to use strict;


In reply to Re: Arguments needed for comparision between Perl, ASP and Java by rozallin
in thread Arguments needed for comparision between Perl, ASP and Java by Gorby

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 rifling through the Monastery: (1)
As of 2024-04-18 23:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found