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??
This might smack more of reinforcing fundamentals than deepening knowledge, but one thing that seems to work for me is to go through some more extensive shell scripts and see if you can't convert them into Perl, aiming at a reduction in code length and (hopefully) an increase in clarity. This might teach you something new about the shells as well.

Of course, this doesn't help you with broader design issues, and if you convert a poorly-thought-out script into perl, you get poorly-thought-out perl. Heck, even some well-thought out shell scripts might ignore perl-only idiomatic solutions, but you get the idea: use something that's been created as a proof-of-concept, and mirror that functionality in perl. Redesign if you deem it necessary.

Any *N*X box likely has a wealth of examples to draw from; and books on shell scripting should have shorter examples to copy. I'm sure googling will find you even more.

(This supplements the "write something to scratch your personal itch" line of advice I often hear; sometimes you don't even know what itches until you get further out into the forest.)

Something worth thinking about.


In reply to Re: Learning the Deeper Secrets of Perl by macrobat
in thread Learning the Deeper Secrets of Perl by radiantmatrix

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: (3)
As of 2024-04-25 17:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found