in reply to A Tribute To The Monks Of Wisdom

#!usr/bin/perl use strict; use warnings; # Oh, hi, you forgot me!

*ahem*

I'm so adjective, I verb nouns!

chomp; # nom nom nom

Replies are listed 'Best First'.
Re^2: A Tribute To The Monks Of Wisdom
by koolgirl (Hermit) on Nov 16, 2008 at 05:00 UTC
    #!usr/bin/perl use strict; use warnings; # Oh, hi, this module not available on my windows box

    *Ahhhem*

    ;)

      Does it not come with Perl? :\

      I'm so adjective, I verb nouns!

      chomp; # nom nom nom

        With Windows, I code in editpad, using the interpreter, and the version of Perl I have is quite old (5.001). On my linux box, this isn't case, and that's where I usually do my coding, so all my code actually does have "use warnings", but when working on Windows, I comment it out, on this particular snippet, I wrote it in Windows, so I just left it out altogether.

        I do appreciate the point, though. It really does help me quite a bit, and although I have been using strict since the beginning, I didn't even know about warnings until a kind monk pointed me to it. :)