What is the best perl example of a k-shell case statement as follows: case "$VAR1" in 1 ) statements ;; 2) statements ;; * ) other statements esac
- Re: k-shell case statement Robert_Collins
- Re: k-shell case statement Maxim Berlin
- Re: k-shell case statement Brett W. McCoy
- RE: k-shell case statement Gibbs Tanton - tgibbs