in reply to Perl rocks!!!

This is one of the many things I just love about Perl. You have a problem. As you figure out the necessary steps to solve the problem, you have almost written the script that will perform the task. I am constantly amazed at how well Perl fits in with the way I need to work out the logic. I've never seen anything else that comes close.

Replies are listed 'Best First'.
Re^2: Perl rocks!!!
by pg (Canon) on Aug 08, 2005 at 00:07 UTC
    "As you figure out the necessary steps to solve the problem, you have almost written the script that will perform the task."

    What you said was so true. It was sort like I just wrote down what was in mind with some natural language.

    My teammates were all amazed. All the main issues were resolved last Friday, but there was some leftover. A guy phoned me this morning and asked whether I could join him at work. He had tons of files needed to be processed, and he wanted my Perl to do it.

    Hey, he made the offer that I could not refuse. It was nice to work in office on Sunday, huh ;-?

    He made the right call, and perl resolved his problem with no time.

        s/try/attempt/

        Google comes back with this.

        The pertinant part is from the sig line...

        Random Quote:
        ------------
        Perl is the successful attempt to make a braindump directly executable.
        - Lutz Donnerhacke in de.org.ccc

        HTH,

        Jack