Well, if you want to take your Perl in the direction of the web, you have a whole new world to open up and months and months of new things to discover. Think about it - Perl for the web isn't just html. You can add CGI, hook your scripts up to MySQL or any other database, have websites change content on the fly, including graphics via the GD modules. Any website you can dream of, you can create it with your newfound Perl. Start creating your own OO modules and you can build sites so fast that you can't possibly manage them all.

But you say you are a network engineer and not a programmer. You can still find use for going in the direction of the web. I am neither a network engineer or a programmer by trade, but I just completed a server monitoring tool that logs to a database and outputs complete data analysis in multiple graphs that are generated on the fly. The output can be accessed remotely by internet. And it's all in Perl. For my purposes, the base code can be ported to medical and other scientific purposes for data analysis, patient care, and/or research.

2 months? The nice thing is that even after 2 years and beyond, you'll still be discovering things about Perl that will keep you having just as much fun as you are having now.

In reply to Re: Idea Generation for New Programmer by fpi
in thread Idea Generation for New Programmer by Tuna

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.