Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
In your case, I would recommend Java over perl for these
reasons:

(1) Its strong typing may coerce developers to maintain
a somewhat more maintainable design than perl.

(2) Java trades away power for readability; it's easy to
write horrible Java, but it's even easier to write horrible
perl.

(3) Typical 3rd-generation logic constructs are expected to
be used in Java. There's usually only one way to do it in
Java. This leaves fewer surprises for the maintainer. That
means people who aren't as familiar with Java can't do as
much damage to the program as a perl novice to a perl script.

If you don't need perl's power, by all means, use Java!

Be warned, however: automation and data processing are fun
in perl, while in Java they can be an absolute headache.

Rob

In reply to Re: Using Perl vs Java with MQSeries by rje
in thread Using Perl vs Java with MQSeries by wileykt

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 examining the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found