in reply to comparison between system operators and Built in function
When some one wants to you use the OS related operations, they will try to use "system" function. It will be easier for them to use. But, when you use those functions, it will be executed by the shell, and the value will be returned. That will definitely increase system load. Instead of that you can use the builtin functions which is available in perl itself. But, here you need to find out the appropriate module and have to use the correct function. When you go for the builtin functions, it wont take much time compared to the system functions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: comparison between system operators and Built in function
by blazar (Canon) on Jan 19, 2006 at 09:13 UTC |