GetOption::Long的错误处理

GetOption::Long的错误处理

GetOption::Long的错误处理
各位好~~

我使用GetOption::Long来处理命令行参数时,发现如果参数不正确,该模块会自动输出一行
Unknown option
我已经通过GetOption的返回值进行处理了,但是这个提示还是会出现,请问怎么能屏蔽掉组件自己的错误信息呢??

多谢!
GetOptions returns true .
GetOptions returns true to indicate success. It returns false when the function detected one or more errors during option parsing. These errors are signalled using warn() and can be trapped with $SIG{__WARN__}.