in reply to Re: use Fatal ':void' vs. $!
in thread use Fatal ':void' vs. $!
I think you have it. It looks to me like,
would fix it. Untested.$code = <<EOS; sub$real_proto { local(\$", \$!) = (', ', defined(wantarray)? \$! : 0); EOS
After Compline,
Zaxo
|
|---|