srinivve 0 Newbie Poster

Hi,

I need to use clearcase command mkview which is deprecated command of start_task,but i need to use only mkview in my perl script to build view.when i use mkview in my perl script as
$command=`mkview -i mybranch -s /vws/xxx -v /vob/ios `;
when i run my perl script,It is throwing warning message ie deprecated warning message from mkview command, which i dont need to display in my perl script output.Can anyone please help me how to supress the warning message when i run mkview command from my script.