--On Sunday, November 16, 2003 8:45 PM +0100 Guardian Angel <[EMAIL PROTECTED]> wrote:

  use strict;   # Always
  use warnings; # Usually (same as -w qualifier but portable)

i will do that, "use warnings;" gave me more (human readable) errors, so better to understand for me.

Well, if it's human readable errors you want, try adding this line:


use diagnostics;

It can get a little wordy at times, but it's got guaranteed place in my under-development code.

Daniel T. Staal

---------------------------------------------------------------
This email copyright the author.  Unless otherwise noted, you
are expressly allowed to retransmit, quote, or otherwise use
the contents for non-commercial purposes.  This copyright will
expire 5 years after the author's death, or in 30 years,
whichever is longer, unless such a period is in excess of
local copyright law.
---------------------------------------------------------------

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to