perldoc -q switch -----Original Message----- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 8/20/2001 4:25 PM Subject: k-shell case statement What is the best perl example of a k-shell case statement as follows: case "$VAR1" in 1 ) statements ;; 2) statements ;; * ) other statements esac -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- k-shell case statement Robert_Collins
- Re: k-shell case statement Maxim Berlin
- Re: k-shell case statement Brett W. McCoy
- Gibbs Tanton - tgibbs