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.


Grygonos

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
    in your code you use the variable $1
    Er, actually he's using an ell, not a one. It's still a poor choice of name though!

    Dave.