in reply to browse and upload file on a website

The "browse" button is implicit with the <input type="file" element. Maybe you need to learn a bit about HTML and HTTP? Also see WWW::Mechanize on "upload", especially the ->field method.