Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

      what are some of the things that you wouldn't use perl for?

This is a question that intrigues me. Why? Because I quite often do one of two things:

  1. Prototype a project in Perl and then port it to some other language such as C or C++
  2. Occasionally start out writing an application in some other language and end up writing it in Perl.

I probably would not use Perl to write a device driver for *nix or *doze. I might however write an interface using XS against a C API to drive the resultant device.

I might not use Perl to do real time data aquisition but I would probably post process the results in Perl to make it presentable.

So while I could think of things that I wouldn't do directly in Perl there are way too many other uses I do have for the language. I don't remember a project in the last 10 years that I haven't resorted to Perl at some point. Even one of my current projects where I am rewriting the startup scripts for a vendor application I am invoking a Perl script from a bash shell script put in /etc/init.d and linked appropriately.

Not for closed source applications? More correctly I won't use Perl for the odd occasion where I write something that I don't want a casual user to see the "naughty bits" of what is going on behind the scenes.


In reply to Re: What is Perl *NOT* good at? by blue_cowdawg
in thread What is Perl *NOT* good at? by jfroebe

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

    No recent polls found