http://qs1969.pair.com?node_id=292774


in reply to Re: Re: Conflicting usage recommendations: File::Temp and File::Copy
in thread Conflicting usage recommendations: File::Temp and File::Copy

Howdy!

True...given your particular usage, you can't slavishly heed both, but you can make a mature decision which warning is superfluous in your specific situation. (did I use enough big words? :))

yours,
Michael

  • Comment on Re: Re: Re: Conflicting usage recommendations: File::Temp and File::Copy

Replies are listed 'Best First'.
Re: Re: Re: Re: Conflicting usage recommendations: File::Temp and File::Copy
by kilinrax (Deacon) on Sep 22, 2003 at 13:07 UTC

    ... which was the decision I was looking for advice on :)

    Though there doesn't seem to be a total consensus as to which way to call this; in light of people's resopnses, my instincts are inclining towards the usage of filenames.

    In fact, I am beginning to wonder if relying on POSIX functions is A Good Thing. Perhaps File::Temp::PurePerl might be a good idea?