the File::Basename modul which I should avoid in this case, cause I must make a very pure and native perl code, without using any modul
File::Basename is a Core module which is included with every installation of Perl. There is no need to download and install it from CPAN, if that's what you're worried about.
| [reply] |
Hi toolic,
thanks for your reflection on using the File::Basename. You're right, and I use it quite frequently, anyway, but in this case I'll have to compile my script to binary (os: win) and as I use tinyperl (free) for compiling, which put all necessary items into a LibZip. I can awoid using LibZip if I omit using any modul. That is the real reason of my fighting against the excellent File::Basename modul.
| [reply] |