http://qs321.pair.com?node_id=73902

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Newbie seeking help.
by dvergin (Monsignor) on Apr 19, 2001 at 22:09 UTC
    Actually, we don't mind helping with homework. We just don't like doing it for you. Suggestion: pick one of these assignments, show us your best serious attempt to solve it, and you'll get help.

    And if you paste in code (highly recommended for best response), be sure to surround it with <code> . . . </code> tags so that your nice formatting is not lost.

Re: Newbie seeking help.
by deprecated (Priest) on Apr 19, 2001 at 21:57 UTC
    Two of these problems are solved (exactly) in one line of code in jeffrey friedl's Mastering Regular Expressions.

    brother dep.

    --
    Laziness, Impatience, Hubris, and Generosity.

Re: Newbie seeking help.
by converter (Priest) on Apr 19, 2001 at 21:58 UTC

    Well, at least you remembered not to type the class number and professor's name at the top.

Homework, don't reply :Re: Newbie seeking help.
by Corion (Patriarch) on Apr 19, 2001 at 21:55 UTC

    This really smells like homework to me :-(

    The answers to these questions can be found in Mastering Regular Expressions mostly.

Re: Newbie seeking help.
by Anonymous Monk on Apr 19, 2001 at 23:05 UTC
    Thanks for the suggestions. Actually this isn't homework for a class. I have started to try to learn perl via a tutorial. These are some of the programs listed to try. They don't give any answers to them so I was looking for some examples from people who know what they are doing to get myself started.