in reply to Re^2: Understanding arguments to subroutines
in thread Understanding arguments to subroutines

You can ask Perl directly to show its interpretation:

> perl -MO=Deparse -e "-verbose" -'verbose'; -e syntax OK

The minus is an unary minus, also documented in perlop.