I would like to call a different function in this loop before likefor ( $sFunction ) { /test1/ && do { # .... }; /test2/ && do { # .... }; }
is there a clean way to do this rather then executing this script with a different arguement again?for ( $sFunction ) { /test1/ && do { # .... }; /test2/ && do { # here I want to call /test1/ part above ... # ... and then do different stuff here }; }
In reply to recursive call of current script by feumw
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |