in reply to Read XML, Create Dir if not exist

As some-one who has had NO formal programming training, I face this issue often. I have just written some code and tested it successfully. I manage to get perl to do what I need it to. What ALWAYS concerns me though, is that I am never confident in whether or not my code is "Best Practice" (for lack of a better expression). I mean are there better ways of doing certain things...?
Oddly enough, I can say literally the same thing. Even after a 25-year-long professional programming career.

Welcome to the club. Those who say they know are those who never learn something new.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Read XML, Create Dir if not exist