jweed, I like and fully endorse everything your node title implies.

Previously, to people who have been looking for inspiration in things to write in perl, I have given advice here and here. However, these people were employed.

In terms of using your Perl skills to get a job, it is essential that you move from the theoretical to the practical. In order to do this, pick an application that tickles your fancy, and go and write it. Get it working, upload it to CPAN and get a name for yourself. Unfortunately, this does not get you immediate money.

What you do have is Copious Free Time. Use it well, and use it wisely. Unlike Java, which costs $$lots to get trained and certified before anyone will take you seriously, the Perl world is much more of an open community, free both in the sense of beer and as in speech.

In terms of where to start, try and choose something you want to do - something you are interested in. If you have a website (or if you have a rich friend who does have a website), you could develop some CGI scripts to provide services. If the web does not appeal, think about text munging. This is what Perl is supremely good at.

Hope this helps

rinceWind

--
I'm Not Just Another Perl Hacker

In reply to Re: Learning by Doing by rinceWind
in thread Learning by Doing by jweed

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.