in reply to Re: Re: Stringifying undefs
in thread Stringifying undefs

use warnings; my $foo = undef; print "\$foo = " . (++$foo-1);