You only have limited time at work to learn Perl, but this needn't stop you learning it in your spare time.

What things interest you? If you're a wine enthusiast, you could use Perl to create a database of your cellar contents, with a web-based interface allowing you to rate the wines you've tried.

Or if you're interested in Sci-Fi, you could write an interactive Sci-Fi novel using Perl. (Like the Choose Your Own Adventure books, but with the added advantage of being able to store state.)

Or maybe you're an amateur photographer, in which case you could try writing your own Flickr imitation.

Come up with some kind of idea, and implement it. Write it as an open source project, so that other people can use it. You can learn from people's feedback, and from any patches they contribute back to you.

Programming is not something you can learn entirely from reading. It's something you have to learn by doing.


In reply to Re: Help for a sporadical scripter. by tobyink
in thread Help for a sporadical scripter. by pritesh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.