Well, that doesn't work. You've got your syntax and data types all mixed up. 'foo' is not a subroutine, its a
blessed object (and a scalar), and $Movement{key} is a method
name (just a scalar and a string). If $foo were a subroutine reference and $Movement{key} were
an argument to the subroutine, you could say: