in reply to Starting a script according to processes
Not really related to the current problem, but in your code you use the variable $1 this is a perl variable for capturing matches in regular expressions. I would refrain from using it in the future, as it may cause side effects in code that use regular expressions.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Starting a script according to processes
by dave_the_m (Monsignor) on Jan 10, 2005 at 14:29 UTC |