I ran in to a similar problem after I took some Perl classes. Well, actually I ran in to that problem for my final projects for those classes. : )

My teacher's suggestion was to do something that YOU wanted to do - that was of interest to you. This caused me to write a program that culled headlines off newspapers in Scotland. Completely useless to most people I know but it REALLY gave me a good education in regular expressions and parsing web pages by hand ( and yes I know that there are modules to do that, but that wasn't the point ).

Originally I was looking at about 25 newspapers, mostly small town ones, but it was at least fun. Now I'm currently in a rewrite encompassing about 92 papers.

The other thing I did was to write an image map program in Perl/Tk. That was interesting, but a pain for a while -- just ask my wife.

My point is, find something somebody's either done that you like, or do something YOU like in Perl. Something for yourself, not for the office.

I honestly think what you may be experiencing is a mild post code depression ( well that may be a bit strong, but I don't know how else you'd put it ). There's a certain euphoria that you get when you finish a project, but after a few days that glow tends to wear off and you're looking for the next "fix".

Go and do something fun. That's my 2 cents.

Some people fall from grace. I prefer a running start...


In reply to Re: Inspiration comes to the inspirable? by Popcorn Dave
in thread Inspiration comes to the inspirable? by simeon2000

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.