# New Ticket Created by Kodi Arfer # Please include the string: [perl #79964] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=79964 >
my &f; sub g() { } &f; # Yields: # invoke() not implemented in class 'Any' # in main program body at line 3:/tmp/a # unless you add a semicolon to line 2 or declare # &f after &g.