if ( (-e $web_setup) || (-e $webin) || (-e $web_service) ) {
In your code, if $webin or $web_service is defined, and not equal to 0, your if is probably always resolving to TRUE, in which case your subroutines may never execute.
In reply to Re: Running multiple subroutines
by toolic
in thread Running multiple subroutines
by muizelaar
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |