http://www.perlmonks.org?node_id=1030064


in reply to Re: Test::More not working with Perl local special variables
in thread Test::More not working with Perl local special variables

What do you expect $1 will contain in the else branch?
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^3: Test::More not working with Perl local special variables
by Doozer (Scribe) on Apr 23, 2013 at 08:19 UTC
    That was a quick copy/paste job and I didn't realize. Obviously $1 will be undefined so the else statement will be adjusted accordingly. I will keep the rest of the statement the same as that will be what helps identify each test.