#!/usr/bin/perl *AUTOLOAD = *_; sub _ { /:+/; $, .= "$' " } print Hacker(Perl(another(&Just))) [download]
Wow! Great idea!
So *AUTOLOAD = *_; makes the function name go to $AUTOLOAD which is the same as $_ so you can access it easily with the regexp match and its output, $'.