Re: Problem with Switch.pm

2013-01-17 Thread Christopher Taranto
On Thu, Jan 17, 2013 at 11:39 AM, $Bill Luebkert wrote: > On 1/17/2013 06:26, Rothenmaier, Deane wrote: > > Gurus, > > > > I’m having a problem getting Switch to work. I have a subroutine which > is just a large switch statement, and switch statements (including a nested > one) in the mainline cod

Re: Problem with Switch.pm

2013-01-17 Thread $Bill Luebkert
On 1/17/2013 06:26, Rothenmaier, Deane wrote: > Gurus, > > I’m having a problem getting Switch to work. I have a subroutine which is > just a large switch statement, and switch statements (including a nested one) > in the mainline code. As separate programs (with the subroutine broken out > into

Problem with Switch.pm

2013-01-17 Thread Rothenmaier, Deane
Gurus, I'm having a problem getting Switch to work. I have a subroutine which is just a large switch statement, and switch statements (including a nested one) in the mainline code. As separate programs (with the subroutine broken out into a stub program), they both work perfectly. When I put th