> -----Original Message----- > From: jp [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 06, 2001 11:21 AM > To: [EMAIL PROTECTED] > Subject: Perl equivalent of "case" or "switch" statements ? > > > > I've been searching through books and web resources > but can't seem to find any reference to equivalent > of "case" or "switch" statements in Perl. > > Is there such a thing in Perl? > > (Every reference to the word "switch" leads me towards > things like -w etc...) This is a FAQ. Try: perldoc -q switch -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
