in reply to Hiding methods of class
my $sref = sub { print "This has no name\n" }; &$sref(); # Call the subroutine [download]