in reply to Re: Re: package for directory naming on NT systems?
in thread package for directory naming on NT systems?

...until you pass the file name to an external program and that program was written by Microsoft. Though I like to use regular slashes in Perl under NT and only rarely run into problems. A quick s#/#\\#g before calling any external program is all that is required.

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: package for directory naming on NT systems?