i want to ask how to print my image in center by using perl cgi here is my code :
print img({src=>"/image.png",width=>"200px",hight=>"100px"}),
i tried:
print img({-align=>CENTER}, {src=>"/image.png",width=>"200px",hight=>"100px"}),
but it's not working