[EMAIL PROTECTED] wrote:
From: [EMAIL PROTECTED]Have you checked into Switch.pm ? It provides a switch/case construct similar to a C switch.
I read in Learning Perl that there are no such constructs like a case
statement. Is there something similar or did I misread this?
Ask the FAQ, run
perldoc -q "case statement"
Also
what about functions and function calls, do these exits or does the
subroutines replace these?
Subroutines are both what some languages call procedures and functions.
Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
HTH,
Chuck
