Changes for version 1.0.4
- advanced perl programming book. After reading a couple of chapters on modules, I was displeased to learn that my module was probably considered a hack. Therefore I have gone through and made changes to File::MkTemp so it is written in as correct PERL form as I could make it. I hope that if it is still considered a hack someone will tell me.
- During the time of the changes to MkTemp I decided it would be fun to learn how objects work in PERL. What better way than to write a module that is object oriented:) I now introduce MkTempO, an object oriented version of MkTemp.
- The MkTemp module got the mkstempt function which returns the file handle and the scalar representation of the file handle.
Modules
Make temporary filename from template
Make temporary filename from template
Provides
in File/MkTempO.pm