in reply to something like switch(case) in Perl

Nope, there's no switch statement in Perl (at least not yet), but a number of ways to fake it are here.
  • Comment on Re: something like switch(case) in Perl