DEV Community

Discussion on: Perl 5.30 deprecates use of my() in a false conditional

Collapse
 
billruppert profile image
Bill Ruppert

I am quite surprised. A quick scan found an instance of this syntax in my production code.

Collapse
 
kcaran profile image
Keith Carangelo

After reading your post I thought, "maybe I should check...", and sure enough I found multiple instances. Thanks!