The documentation states to use a named argument ( -name => $name )
However the code is configured to use a single argument ( $name)
The code should be fixed to use a named argument.
Log in to post a comment.