# New Ticket Created by Matt Diephouse # Please include the string: [perl #40218] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40218 >
So sayeth the docs for the get_*_hll global opcodes: If the global doesn't exist, $1 is set to null. However, the current implementation throws an exception if the global doesn't exist instead of returning null. It was decided in #parrotsketch on 15 Aug 2006 that returning null is the right thing to do. This is a fairly substantial change, requiring changes to tests and compilers. -- Matt Diephouse