in reply to Re^2: Replacing a pesky pair of quotes.
in thread Replacing a pesky pair of quotes.

a use strict would have caught the mispelled variable "ddrul" as opposed to what it should be - "ddurl"

Replies are listed 'Best First'.
Re^4: Replacing a pesky pair of quotes.
by hmbscully (Scribe) on Aug 11, 2005 at 20:50 UTC
    THANK YOU!
    I knew it was something obvious.

    As for use strict;, I am very aware that I don't use it. I have a very old perl install and the unix admin has something horked so that invoking strict means the script will never work, no matter how simple or how correctly coded it is.

    But tomorrow, I get a new shiny linux box with tasty up-to-date perl and my excuses go away!