in reply to Re: Autoloading and anonymous subsin thread Autoloading and anonymous subs
sub AUTOLOAD {"AUTOLOAD"} *{""} = sub {"empty"}; print $nosuch->(); [download]