in reply to System vs modules

Hello ! Usually, modules ensure portability.

In my system, there's no /usr/bin/copy so if your release your code, no chance it will work on my system.

File::Copy is part of the standard perl itself, so there's no reason not to use it !

I don't know syslog. I usually use Log::Log4perl . But the idea is the same! Use modules !!

Hope it helps.
Nice photos of naked perl sources here !

Replies are listed 'Best First'.
Re^2: System vs modules
by tinita (Parson) on Aug 05, 2005 at 13:47 UTC