Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

comment on

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

I do most of my perl development on a Windows system, and it provides a big boost in capability compared to what can be achieved using batch scripting.

Probably the single biggest advantage Perl offers is the ability to easily check whether something you just did succeded.

If you want something more MSDOS like, shell scripting is the Unix equivalent. Pretty much any Unix shell will offer tools and capabilities far beyond what you are used to from MSDOS. Common shells are sh, csh, tcsh, bash, and ksh. Any of them will readily allow you to achieve better productivity than batch scripting.

Many people use Perl as a turbo-charged shell environment. In fact Perl excels at this task. For you, an big advantage of using Perl instead of shell scripting may be that you can easily run your perl scripts on Win32 systems. In my experience, the various unix shells don't work quite as well on Win32.

As an experienced programmer, if you pick up a copy of Learning Perl, you should be able to breeze through it in way less than the suggested 40 hours (that's what the edition I learned with said, I don't know what the latest version says). This site is an excellent resource for additional learning.

Good luck with the new endeavor.


TGI says moo


In reply to Re: New to PERL but how is this better than DOS? by TGI
in thread New to PERL but how is this better than DOS? by Kevin_Raymer

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

    No recent polls found