--- Kaustav Bhattacharya <[EMAIL PROTECTED]> wrote:
> Mark,
> I only recently started coding in PERL so don't take the following as
> official.
> 
> There is no CASE statement in PERL. Instead you use something called
> SWITCH. 
> The O'Reilly book has an example of how to use the SWITCH statement.

Perl has no CASE *or* SWITCH statement.
You can build one, but it doesn't *have* one.

c.f. perldoc perlsyn

There's a section on switch statements. =o)

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to