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.
In reply to Re: Starting a script according to processes
by Grygonos
in thread Starting a script according to processes
by moked
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |