# New Ticket Created by Dan Book # Please include the string: [perl #134273] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=134273 > The $] variable is a numeric version and so numeric comparisons should be used to avoid weirdness due to trailing zeroes; these comparisons work fine in most cases, stringifying $] before the comparison fixes issues on old Perls where its numeric value is calculated differently. The attached patch will update the documentation for $] to recommend this. -DanThread Previous