Help for this page
print "Enter width\n"; chop($ans = <>); ... print "*"; }
Enter 3 ... * * **
** ** **